We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163f124 commit 7460b69Copy full SHA for 7460b69
.github/workflows/reusable-wasm-near.yml
@@ -61,6 +61,7 @@ jobs:
61
- name: "Build"
62
run: python3 Tools/wasm/wasm_build.py emscripten-near
63
- name: "Upload python.wasm"
64
+ if: github.event_name == 'release'
65
uses: actions/upload-release-asset@v1
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -70,6 +71,7 @@ jobs:
70
71
asset_name: python.wasm
72
asset_content_type: application/wasm
73
- name: "Upload python-stdlib.zip"
74
75
76
77
0 commit comments