Skip to content

Commit f49a97b

Browse files
fix: review
Co-authored-by: Kévin Dunglas <[email protected]>
1 parent d5b335b commit f49a97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
if: fromJson(needs.prepare.outputs.push)
210210
uses: actions/upload-artifact@v4
211211
with:
212-
name: metadata-runner-${{ github.run_id }}-${{ matrix.variant }}-${{ matrix.platform }}
212+
name: metadata-runner-${{ matrix.variant }}-${{ matrix.platform }}
213213
path: /tmp/metadata/runner/*
214214
if-no-files-found: error
215215
retention-days: 1

0 commit comments

Comments
 (0)