mirror of
https://github.com/RetroDECK/Vita3K-bin.git
synced 2025-01-19 04:35:39 +00:00
Artifacts path fix
This commit is contained in:
parent
f273b2981c
commit
c30ec10b5e
2
.github/workflows/fetch-release.yml
vendored
2
.github/workflows/fetch-release.yml
vendored
|
@ -56,6 +56,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: artifacts/
|
||||
asset_path: artifacts/$(basename $asset_path)
|
||||
asset_name: $(basename $asset_path)
|
||||
asset_content_type: application/octet-stream
|
Loading…
Reference in a new issue