Skip to content

Commit

Permalink
Merge pull request #4486 from cyclinder/fix_ci4
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue authored Dec 31, 2024
2 parents d4b61b8 + 15501d1 commit dea5b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ jobs:
- name: Upload artifact digests
uses: actions/[email protected]
with:
name: image-digest-artifact-${{ env.imagetag }}
name: image-digest-artifact-${{ matrix.name }}-${{ env.imagetag }}
path: image-digest-output.txt
retention-days: 1

- name: Upload artifact digests
uses: actions/[email protected]
with:
name: makefile-digest-artifact-${{ env.imagetag }}
name: makefile-digest-artifact-${{ matrix.name }}-${{ env.imagetag }}
path: Makefile.digests
retention-days: 1

0 comments on commit dea5b40

Please sign in to comment.