Fix path to the binary in release upload step

This commit is contained in:
Marcin Kulik
2024-04-19 16:41:13 +02:00
parent 959ee3d6e1
commit 11a35db2f5

View File

@@ -85,4 +85,4 @@ jobs:
- name: Upload the binary to the release
env:
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 }}