From 7c2de3c360c1d4663bbc3d9e34ffe2546678d5d8 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 2 Apr 2023 15:42:19 -0700 Subject: [PATCH] Add proper target --- .github/workflows/artifacts.yml | 10 +++++++--- src-tauri/tauri.conf.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 9720af24..21b1b334 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -28,6 +28,10 @@ jobs: with: node-version: 18 cache: 'npm' + - name: install Rust stable + uses: dtolnay/rust-toolchain@stable + with: + targets: 'aarch64-apple-darwin,x86_64-apple-darwin' - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-latest' run: | @@ -49,9 +53,9 @@ jobs: APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} with: - tagName: v__VERSION__ - releaseName: 'App v__VERSION__' + tagName: 'v__VERSION__' + releaseName: 'Release __VERSION__' releaseBody: 'See the assets to download this version and install.' - releaseDraft: true + releaseDraft: false prerelease: false args: '--target universal-apple-darwin' diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4381f63c..3f2345c8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2023.0.3" + "version": "2023.0.4" }, "tauri": { "windows": [],