From 26984273ef04ffc839f307dc553247246901a5e7 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Mon, 26 Feb 2024 22:26:36 -0700 Subject: [PATCH] CI: fix digest naming --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ed52dd..25a6e6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: | mkdir -p /tmp/digests digest="${{ steps.build.outputs.digest }}" - cache_name="${{ matrix.platform }}" + cache_name="digests-${{ matrix.platform }}" echo "CACHE_NAME=${cache_name/\//-}" >> $GITHUB_ENV touch "/tmp/digests/${digest#sha256:}" - name: Upload digest