Skip to content

Commit

Permalink
ci: rename binary after download from artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hms5232 committed Mar 2, 2024
1 parent e0bb871 commit eb143a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.platform.bin }}_${{ github.ref_name }}_${{ matrix.platform.target }}
- name: Rename binary
run: mv ${{ matrix.platform.bin }} ${{ matrix.platform.bin }}_${{ github.ref_name }}_${{ matrix.platform.target }}
- name: Upload binary
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit eb143a5

Please sign in to comment.