Skip to content

Commit

Permalink
Fix uploading all built artifacts to a release
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jun 7, 2024
1 parent 0827b37 commit e1e8112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
path: build/qjs-wasi.wasm

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
steps:
- name: get assets
Expand Down

0 comments on commit e1e8112

Please sign in to comment.