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 cb56047 commit 163f124Copy full SHA for 163f124
.github/workflows/reusable-wasm-near.yml
@@ -61,7 +61,6 @@ 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 }}
@@ -71,7 +70,6 @@ jobs:
71
70
asset_name: python.wasm
72
asset_content_type: application/wasm
73
- name: "Upload python-stdlib.zip"
74
75
76
77
0 commit comments