Skip to content

Commit e1f22e8

Browse files
workflow fixes
1 parent 7460b69 commit e1f22e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/reusable-wasm-near.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ jobs:
6060
run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
6161
- name: "Build"
6262
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
6371
- name: "Upload python.wasm"
6472
if: github.event_name == 'release'
6573
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)