From b83aa3de9bddce487b94421489eb978b6f957304 Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:34:48 +0200 Subject: [PATCH] Missed `.sha256` extension Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- .github/workflows/publish-appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-appimage.yml b/.github/workflows/publish-appimage.yml index 98ac686d1..8030ec9a6 100644 --- a/.github/workflows/publish-appimage.yml +++ b/.github/workflows/publish-appimage.yml @@ -107,7 +107,7 @@ jobs: - name: Upload AppImage checksum artifact uses: actions/upload-artifact@v4 with: - name: "conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage" + name: "conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage.sha256" path: conky-x86_64.AppImage.sha256 if-no-files-found: error - name: Upload man page artifact