From 347d73f44dc58c6fa58aa7164c9af537c663f4f0 Mon Sep 17 00:00:00 2001 From: keke125 Date: Fri, 20 Sep 2024 03:13:30 +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 7af4220..101c92a 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-${{ matrix.platform }} + name: digests-${{ matrix.platform#linux/ }} path: /tmp/digests/* if-no-files-found: error retention-days: 1