diff --git a/.github/workflows/fetch-release.yml b/.github/workflows/fetch-release.yml index 8b3d36d..54afd9f 100644 --- a/.github/workflows/fetch-release.yml +++ b/.github/workflows/fetch-release.yml @@ -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 \ No newline at end of file