mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-24 02:50:27 +01:00
try to fix Github Action
This commit is contained in:
parent
74a334f464
commit
7df697ff77
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -69,3 +69,4 @@ jobs:
|
||||||
upload_url: ${{ needs.create_release.outputs.upload_url }}
|
upload_url: ${{ needs.create_release.outputs.upload_url }}
|
||||||
asset_path: target/release/spotify-dl.${{ matrix.target }}
|
asset_path: target/release/spotify-dl.${{ matrix.target }}
|
||||||
asset_name: spotify-dl.${{ matrix.target }}
|
asset_name: spotify-dl.${{ matrix.target }}
|
||||||
|
asset_content_type: application/octet-stream
|
||||||
|
|
Loading…
Reference in a new issue