From f83a42a33321101516f495005efedbb35860fbbe Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 10 Jan 2025 10:20:54 +0900 Subject: [PATCH] Update asset path in fetch-release workflow to use wildcard for all artifacts --- .github/workflows/fetch-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/fetch-release.yml b/.github/workflows/fetch-release.yml index 643a3ed..625205c 100644 --- a/.github/workflows/fetch-release.yml +++ b/.github/workflows/fetch-release.yml @@ -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 \ No newline at end of file