From cd9bce4ada25fc20993d791c1b565d40679b0f03 Mon Sep 17 00:00:00 2001 From: Moshe Immermam Date: Thu, 1 Aug 2024 18:32:02 +0300 Subject: [PATCH] chore: fix canary checker build --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e4d27b7..47fb98e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 @@ -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