diff --git a/.github/workflows/artifacts.yml b/.github/workflows/release.yml similarity index 100% rename from .github/workflows/artifacts.yml rename to .github/workflows/release.yml diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 03a064b0..03201b1a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -88,7 +88,14 @@ "protoc-vendored/include/*" ], "shortDescription": "The best API client", - "targets": "all", + "targets": [ + "deb", + "appimage", + "nsis", + "app", + "dmg", + "updater" + ], "macOS": { "exceptionDomain": "", "entitlements": "macos/entitlements.plist",