Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1152,13 +1152,17 @@ jobs:
path: repository
persist-credentials: false

- name: Download Version
uses: actions/download-artifact@v4
with:
path: artifacts
pattern: version

- name: Download artifacts
uses: actions/download-artifact@v4
with:
# NOTE: This downloads all build artifacts, including the toolchains and host tools for
# the irrelevant hosts, because the download-artifact action does not support
# specifying wildcards in the artifact name.
path: artifacts
pattern: "*_${{ matrix.host.name }}*"

- name: Create distribution bundle
run: |
Expand Down
2 changes: 1 addition & 1 deletion gcc
Submodule gcc updated 0 files
2 changes: 1 addition & 1 deletion gcc_arc
Submodule gcc_arc updated 0 files
Loading