We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352bde0 commit 0224463Copy full SHA for 0224463
.github/workflows/ci.yml
@@ -1152,13 +1152,17 @@ jobs:
1152
path: repository
1153
persist-credentials: false
1154
1155
+ - name: Download Version
1156
+ uses: actions/download-artifact@v4
1157
+ with:
1158
+ path: artifacts
1159
+ pattern: version
1160
+
1161
- name: Download artifacts
1162
uses: actions/download-artifact@v4
1163
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.
1164
path: artifacts
1165
+ pattern: "*_${{ matrix.host.name }}*"
1166
1167
- name: Create distribution bundle
1168
run: |
0 commit comments