From c153d98d72cf43d23803c63d3bd5fd5554c1ab1f Mon Sep 17 00:00:00 2001 From: keke125 Date: Fri, 20 Sep 2024 03:07:53 +0800 Subject: [PATCH] chore: Update artifact file name. --- .github/workflows/maven-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-docker.yml b/.github/workflows/maven-docker.yml index 67707f4..7af4220 100644 --- a/.github/workflows/maven-docker.yml +++ b/.github/workflows/maven-docker.yml @@ -70,7 +70,7 @@ jobs: - name: Upload digest uses: actions/upload-artifact@v4 with: - name: digests-${{ runner.arch }} + name: digests-${{ matrix.platform }} path: /tmp/digests/* if-no-files-found: error retention-days: 1