Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jengas authored Apr 14, 2024
1 parent 1089dbc commit b6ccdff
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 @@ -45,7 +45,7 @@ jobs:
- name: Archive files
run: |
cd bindings/dist
zip -r bindings-${{ steps.package_version.outputs.VERSION }}.zip .
zip -r bridge-${{ steps.package_version.outputs.VERSION }}.zip .
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit b6ccdff

Please sign in to comment.