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 2e1579f commit 98dfa13Copy full SHA for 98dfa13
.github/workflows/ci.yml
@@ -1157,13 +1157,17 @@ jobs:
1157
path: repository
1158
persist-credentials: false
1159
1160
+ - name: Download Version
1161
+ uses: actions/download-artifact@v4
1162
+ with:
1163
+ path: artifacts
1164
+ pattern: version
1165
+
1166
- name: Download artifacts
1167
uses: actions/download-artifact@v4
1168
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.
1169
path: artifacts
1170
+ pattern: "*_${{ matrix.host.name }}*"
1171
1172
- name: Create distribution bundle
1173
run: |
0 commit comments