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.
2 parents 8bddefd + eef6e08 commit 53cb3a3Copy full SHA for 53cb3a3
.github/workflows/build.yml
@@ -172,13 +172,9 @@ jobs:
172
- artifacts
173
if: always() && needs.build.result != 'skipped'
174
runs-on: ubuntu-latest
175
-
176
steps:
177
- name: Remove unneeded job transfer artifacts
178
- uses: geekyeggo/delete-artifact@v2
+ uses: geekyeggo/delete-artifact@v5
179
with:
180
- name: |
181
- ${{ env.JOB_TRANSFER_ARTIFACT }}-windows
182
- ${{ env.JOB_TRANSFER_ARTIFACT }}-linux
183
- ${{ env.JOB_TRANSFER_ARTIFACT }}-macos-x64
184
- ${{ env.JOB_TRANSFER_ARTIFACT }}-macos-arm64
+ name: ${{ env.JOB_TRANSFER_ARTIFACT }}-*
+
0 commit comments