From 56cb0112a35cdedb5a8a66fed36e37f5737f684b Mon Sep 17 00:00:00 2001 From: Jonathan Harden Date: Mon, 29 Jan 2024 19:50:44 +0000 Subject: [PATCH] Use better release binary directory name, and don't tag manually --- .github/workflows/post-merge.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index ba7eedd..e3bd156 100644 --- a/.github/workflows/post-merge.yml +++ b/.github/workflows/post-merge.yml @@ -43,11 +43,6 @@ jobs: echo "Continuing to create release tag for $VERSION" - git config user.name BridgeBoard-PC-Boot-Patcher-AutoRelease - - git tag "$VERSION" - git push origin "$VERSION" - echo "release=true" >> $GITHUB_OUTPUT echo "version=$VERSION" >> $GITHUB_OUTPUT @@ -97,7 +92,7 @@ jobs: run: | binary_name="bridgeboard-pc-boot-patcher" - dirname="$binary_name-${{ needs.check-for-release.outputs.version }}-${{ matrix.target }}" + dirname="$binary_name-${{ needs.check-for-release.outputs.version }}-${{ matrix.build }}" mkdir "$dirname" if [ "${{ matrix.os }}" = "windows-latest" ]; then mv "target/${{ matrix.target }}/release/$binary_name.exe" "$dirname"