Skip to content

Commit

Permalink
why using diff name bru
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Nov 5, 2023
1 parent b7d5e2c commit b63571f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:

- name: Move binaries
run: |
mv -f ${{ env.REPOSITORY }}-x86_64-apple-darwin/${{ env.REPOSITORY }} ./${{ env.REPOSITORY }}-x86_64-apple-darwin
mv -f ${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu/${{ env.REPOSITORY }} ./${{ env.REPOSITORY}}-x86_64-unknown-linux-gnu
mv -f ${{ env.REPOSITORY }}-x86_64-pc-windows-msvc/${{ env.REPOSITORY }}.exe ./${{ env.REPOSITORY}}-x86_64-pc-windows.exe
mv -f ${{ env.REPOSITORY }}-x86_64-apple-darwin/${{ env.REPOSITORY }} ./byteme-x86_64-apple-darwin
mv -f ${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu/${{ env.REPOSITORY }} ./byteme-x86_64-unknown-linux-gnu
mv -f ${{ env.REPOSITORY }}-x86_64-pc-windows-msvc/${{ env.REPOSITORY }}.exe ./byteme-x86_64-pc-windows.exe
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b63571f

Please sign in to comment.