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