diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 9b1eb69e..9720af24 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -54,3 +54,4 @@ jobs: releaseBody: 'See the assets to download this version and install.' releaseDraft: true prerelease: false + args: '--target universal-apple-darwin' diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4cf00f0b..4381f63c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2023.0.2" + "version": "2023.0.3" }, "tauri": { "windows": [],