Add wasi release job dependency
This commit is contained in:
parent
99a7fbb276
commit
d64967b73f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -169,7 +169,7 @@ jobs:
|
|||
path: build/qjs-wasi.wasm
|
||||
|
||||
upload-to-release:
|
||||
needs: [linux-x86, linux-x86_64, macos, windows-x86, windows-x86_64]
|
||||
needs: [linux-x86, linux-x86_64, macos, windows-x86, windows-x86_64, wasi]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: get assets
|
||||
|
|
Loading…
Reference in a new issue