From 72d9dad61ba1f9eaa7f29bede1a2f99b2b59d93e Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 23 Jan 2025 21:50:12 +0100 Subject: [PATCH] fix "an artifact with this name already exists on the workflow run" --- .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 dc7e726d..9eed5964 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,10 +47,10 @@ jobs: # Upload artifacts - name: Upload cross-platform app uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + if: matrix.os == 'ubuntu-latest' # we only need to upload the cross-platform artifact once per database with: name: commafeed-${{ matrix.database }}-jvm path: commafeed-server/target/commafeed-*.zip - overwrite: true - name: Upload native executable uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4