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 5acd1c0 commit cb56047Copy full SHA for cb56047
.github/workflows/reusable-wasm-near.yml
@@ -58,10 +58,8 @@ jobs:
58
python-version: '3.x'
59
- name: "Runner image version"
60
run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
61
- - name: "Configure"
62
- run: python3 Tools/wasm/wasm_build.py emscripten-near configure
63
- - name: "Make"
64
- run: python3 Tools/wasm/wasm_build.py emscripten-near build
+ - name: "Build"
+ run: python3 Tools/wasm/wasm_build.py emscripten-near
65
- name: "Upload python.wasm"
66
if: github.event_name == 'release'
67
uses: actions/upload-release-asset@v1
0 commit comments