diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index a6c9da7..975566c 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -85,7 +85,7 @@ jobs: if: ${{ env.PACKAGED_STATUS }} == 'success' && !cancelled() with: tag: v1.1.5+linux-x64 - artifacts: "AppDir/*.appimage" + artifacts: "AppDir/*.Appimage" allowUpdates: true removeArtifacts: false replacesArtifacts: true