From 44b257acfec742597ecd7642bc3074ef7041b866 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..57fa916e 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: yes 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 }}