mirror of
https://github.com/RetroDECK/Vita3K-bin.git
synced 2025-01-19 12:45:38 +00:00
Update asset path in fetch-release workflow to use wildcard for all artifacts
This commit is contained in:
parent
5a7b3d3ec5
commit
f83a42a333
3
.github/workflows/fetch-release.yml
vendored
3
.github/workflows/fetch-release.yml
vendored
|
@ -67,6 +67,5 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: artifacts/$(basename $asset_path)
|
asset_path: artifacts/*
|
||||||
asset_name: $(basename $asset_path)
|
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
Loading…
Reference in a new issue