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 7460b69 commit e1f22e8Copy full SHA for e1f22e8
.github/workflows/reusable-wasm-near.yml
@@ -60,6 +60,14 @@ jobs:
60
run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
61
- name: "Build"
62
run: python3 Tools/wasm/wasm_build.py emscripten-near
63
+ - name: Upload artifacts
64
+ uses: actions/upload-artifact@v4
65
+ with:
66
+ name: build-artifacts-${{ github.sha }}
67
+ path: |
68
+ ${{ env.CROSS_BUILD_EMSCRIPTEN_NEAR }}/python.wasm
69
+ ${{ env.CROSS_BUILD_EMSCRIPTEN_NEAR }}/python-stdlib.zip
70
+ Tools/wasm/wasm_optimizer.py
71
- name: "Upload python.wasm"
72
if: github.event_name == 'release'
73
uses: actions/upload-release-asset@v1
0 commit comments