Update asset path in fetch-release workflow to use wildcard for all artifacts

This commit is contained in:
XargonWan 2025-01-10 10:20:54 +09:00
parent 5a7b3d3ec5
commit f83a42a333

View file

@ -67,6 +67,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/$(basename $asset_path)
asset_name: $(basename $asset_path)
asset_path: artifacts/*
asset_content_type: application/octet-stream