Skip to content

Commit

Permalink
fix: asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jengas authored Apr 16, 2024
1 parent cd53b44 commit 0063f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./bindings/dist/bridge-${{ steps.package_version.outputs.VERSION }}.zip
asset_name: bindings-${{ steps.package_version.outputs.VERSION }}.zip
asset_name: bridge-${{ steps.package_version.outputs.VERSION }}.zip
asset_content_type: application/zip

0 comments on commit 0063f07

Please sign in to comment.