diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 790884e..4cc446f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,6 +94,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: linux-installer - path: release/**/*.AppImage + path: | + release/**/*.AppImage + release/**/*.zsync retention-days: 30 - diff --git a/electron-builder.json5 b/electron-builder.json5 index a8f1dc1..40fce0a 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -20,14 +20,15 @@ "!CONTRIBUTING.md", "!LICENSE" ], - "extraResources": [ - { - "from": "public/wallpapers", - "to": "assets/wallpapers" - } - ], - - "mac": { + "extraResources": [ + { + "from": "public/wallpapers", + "to": "assets/wallpapers" + } + ], + "publish": [{"provider": "github"}], + + "mac": { "hardenedRuntime": false, "target": [ {