Skip to content

Commit a4c962b

Browse files
committed
Fix digest upload
1 parent 6f30a44 commit a4c962b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: actions/upload-artifact@v4
142142
with:
143143
name: digests-${{ env.PLATFORM_PAIR }}
144-
path: ${{ runner.temp }}/digests/*
144+
path: ${{ runner.temp }}/digests/${{ matrix.docker_target }}/*
145145
if-no-files-found: error
146146
retention-days: 1
147147

0 commit comments

Comments
 (0)