We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b335b commit f49a97bCopy full SHA for f49a97b
.github/workflows/docker.yaml
@@ -209,7 +209,7 @@ jobs:
209
if: fromJson(needs.prepare.outputs.push)
210
uses: actions/upload-artifact@v4
211
with:
212
- name: metadata-runner-${{ github.run_id }}-${{ matrix.variant }}-${{ matrix.platform }}
+ name: metadata-runner-${{ matrix.variant }}-${{ matrix.platform }}
213
path: /tmp/metadata/runner/*
214
if-no-files-found: error
215
retention-days: 1
0 commit comments