mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Fix uploaded asset names in release workflow
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -85,4 +85,6 @@ jobs:
|
||||
- name: Upload the binary to the release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release upload ${{ github.ref_name }} target/${{ matrix.target }}/release/asciinema#asciinema-${{ matrix.target }}
|
||||
run: |
|
||||
mv target/${{ matrix.target }}/release/asciinema target/release/asciinema-${{ matrix.target }}
|
||||
gh release upload ${{ github.ref_name }} target/release/asciinema-${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user