Skip to content

Commit

Permalink
chore: fix canary checker build
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Aug 1, 2024
1 parent 43bf1b5 commit cd9bce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ env.PLATFORM_PAIR }}
name: digests-canary-checker-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-*
pattern: digests-canary-checker-*
merge-multiple: true

- name: Set up Docker Buildx
Expand Down

0 comments on commit cd9bce4

Please sign in to comment.