diff --git a/.github/workflows/maven-docker.yml b/.github/workflows/maven-docker.yml index ed1b672..52a7ddb 100644 --- a/.github/workflows/maven-docker.yml +++ b/.github/workflows/maven-docker.yml @@ -26,7 +26,6 @@ jobs: matrix: platform: - linux/amd64 - - linux/arm64 steps: - uses: actions/checkout@v3 @@ -70,7 +69,7 @@ jobs: - name: Upload digest uses: actions/upload-artifact@v4 with: - name: digests-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }} + name: digests path: /tmp/digests/* if-no-files-found: error retention-days: 1