From bb47fda7e1843ff4aaa516dc88fc3c7be9e1fd6c Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 9 May 2024 15:38:27 -0700 Subject: [PATCH] Fix release targets --- .github/workflows/{artifacts.yml => release.yml} | 0 src-tauri/tauri.conf.json | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) rename .github/workflows/{artifacts.yml => release.yml} (100%) 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",