Skip to content

Commit

Permalink
polish ci (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej authored Sep 17, 2024
1 parent 1d0128a commit d3fa9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ jobs:

publish_wasix:
runs-on: ubuntu-22.04
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/3.13.x' || startsWith(github.ref, 'refs/tags/'))
needs: build_wasix
env:
CROSS_BUILD_WASIX: cross-build/wasix
Expand Down
2 changes: 1 addition & 1 deletion Tools/wasm/wasm_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"_sysconfigdata__emscripten_wasm32-emscripten",
"_sysconfigdata__emscripten_wasm32-emscripten",
"_sysconfigdata__wasi_wasm32-wasi",
"_sysconfigdata__wasi_wasm64-wasi",
"_sysconfigdata__wasi_wasm64-wasi",
"_sysconfigdata__wasix_wasm32-wasi",
"_sysconfigdata__wasix_wasm64-wasi",
)
Expand Down

0 comments on commit d3fa9c6

Please sign in to comment.