From b8bec0b88f87fcdd244e80bcfa9e7529c53d6754 Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Fri, 16 Feb 2024 21:06:28 +0100 Subject: [PATCH] fix issue when uploading artifacts Signed-off-by: Pablo Chacin --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be043f66..9451d093 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -84,6 +84,7 @@ jobs: name: binaries path: dist/ retention-days: 7 + overwrite: true - name: Export version id: export-version env: @@ -135,6 +136,7 @@ jobs: path: | packaging/*.msi retention-days: 7 + overwrite: true publish-images: runs-on: ubuntu-latest @@ -205,6 +207,7 @@ jobs: with: name: binaries path: dist + merge-multiple: true - name: Generate checksum file env: VERSION: ${{ env.VERSION }}