Skip to content

Commit cb56047

Browse files
workflow fixes
1 parent 5acd1c0 commit cb56047

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ jobs:
5858
python-version: '3.x'
5959
- name: "Runner image version"
6060
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
61+
- name: "Build"
62+
run: python3 Tools/wasm/wasm_build.py emscripten-near
6563
- name: "Upload python.wasm"
6664
if: github.event_name == 'release'
6765
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)