Skip to content

Commit

Permalink
[unity] rename node.js package. add EDITOR_ONLY warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Apr 7, 2022
1 parent c72b17f commit 067f89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unity_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./PuerTS_Nodejs_${{ github.event.inputs.tag_name }}.tgz
asset_name: PuerTS_Nodejs_${{ github.event.inputs.tag_name }}.tgz
asset_name: "PuerTS_Nodejs_${{ github.event.inputs.tag_name }}_EDITOR_.tgz"
asset_content_type: application/tgz

# - name: Trigger demo/upm repository update
Expand Down

0 comments on commit 067f89a

Please sign in to comment.