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