Fix uploading all built artifacts to a release

This commit is contained in:
Saúl Ibarra Corretgé 2024-06-07 22:25:01 +02:00
parent 0827b37f8c
commit e1e8112f98

View file

@ -225,7 +225,7 @@ jobs:
path: build/qjs-wasi.wasm path: build/qjs-wasi.wasm
upload-to-release: upload-to-release:
needs: [linux-x86, linux-x86_64, macos, windows-x86, windows-x86_64, wasi] needs: [linux-aarch64, linux-riscv64, linux-x86, linux-x86_64, macos, windows-x86, windows-x86_64, wasi]
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: get assets - name: get assets