From 422799f10b28bc018c05535b5375590f1e4e08b5 Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:51:04 +0200 Subject: [PATCH] Try harder to ignore duplicate `conky.1.gz`s Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- .github/workflows/publish-appimage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-appimage.yml b/.github/workflows/publish-appimage.yml index bd0bca476..a8f647e07 100644 --- a/.github/workflows/publish-appimage.yml +++ b/.github/workflows/publish-appimage.yml @@ -122,6 +122,8 @@ jobs: with: name: conky.1.gz path: conky.1.gz + # conky.1.gz is created by all jobs! + overwrite: true release: runs-on: ubuntu-latest @@ -130,8 +132,6 @@ jobs: - name: Download all artifacts uses: actions/download-artifact@v4 with: - # conky.1.gz is created by all jobs! - merge-multiple: true path: ${{ github.workspace }}/artifacts - name: Create Conky Release