Skip to content

Commit

Permalink
remove rename binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Nov 5, 2023
1 parent 8011553 commit dc4bb76
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build2.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ 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 dc4bb76

Please sign in to comment.