Skip to content

Commit

Permalink
Use better release binary directory name, and don't tag manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jfharden committed Jan 29, 2024
1 parent e5d57a8 commit 56cb011
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 56cb011

Please sign in to comment.