From fb884a95bda0c48bfd6011c9436e419f5b5b3546 Mon Sep 17 00:00:00 2001 From: Iseink <73730302+Iseink@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:43:59 +0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 547e6b0..352e405 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -59,7 +59,7 @@ jobs: if: ${{ env.PACKAGED_STATUS }} == 'success' && !cancelled() with: tag: v1.1.5 - artifacts: "AppDir/*.AppImage" + artifacts: "*.tar" allowUpdates: true removeArtifacts: false replacesArtifacts: true