fix "an artifact with this name already exists on the workflow run"

This commit is contained in:
Athou
2025-01-23 21:50:12 +01:00
parent fde8dab8cd
commit 72d9dad61b

View File

@@ -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