mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Fix path to the binary in release upload step
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -85,4 +85,4 @@ jobs:
|
|||||||
- name: Upload the binary to the release
|
- name: Upload the binary to the release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: gh release upload ${{ github.ref_name }} target/release/asciinema#asciinema-${{ matrix.target }}
|
run: gh release upload ${{ github.ref_name }} target/${{ matrix.target }}/release/asciinema#asciinema-${{ matrix.target }}
|
||||||
|
|||||||
Reference in New Issue
Block a user