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 c663159 commit 8c9faf5Copy full SHA for 8c9faf5
.github/workflows/release.yml
@@ -142,7 +142,7 @@ jobs:
142
143
- uses: actions/upload-artifact@v4
144
with:
145
- name: builds
+ name: builds-${{ matrix.target }}
146
retention-days: 1
147
path: |
148
yq-*.tar.xz
@@ -166,7 +166,8 @@ jobs:
166
167
- uses: actions/download-artifact@v4
168
169
+ pattern: builds-*
170
+ merge-multiple: true
171
172
- name: Checksums with SHA512
173
run: sha512sum yq-* | tee SHA512SUMS
0 commit comments