Skip to content

Commit

Permalink
Get Zip filename from path for asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Nov 13, 2024
1 parent e32f29a commit 91f19af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.PACKAGE_ZIP_PATH }}
asset_name: $(basename ${{ env.PACKAGE_ZIP_PATH }})
asset_name: "{{ env.PACKAGE_ZIP_PATH | basename }}"
asset_content_type: application/zip

0 comments on commit 91f19af

Please sign in to comment.