Skip to content

Commit

Permalink
last try cmon
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Nov 5, 2023
1 parent dc4bb76 commit b7d5e2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
lfs: true
- uses: actions/download-artifact@v3

- 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
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit b7d5e2c

Please sign in to comment.