Add proper target

This commit is contained in:
Gregory Schier
2023-04-02 15:42:19 -07:00
parent 7d93dc7d62
commit 2ba401dde1
2 changed files with 8 additions and 4 deletions

View File

@@ -28,6 +28,10 @@ jobs:
with: with:
node-version: 18 node-version: 18
cache: 'npm' 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) - name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-latest' if: matrix.platform == 'ubuntu-latest'
run: | run: |
@@ -49,9 +53,9 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
with: with:
tagName: v__VERSION__ tagName: 'v__VERSION__'
releaseName: 'App v__VERSION__' releaseName: 'Release __VERSION__'
releaseBody: 'See the assets to download this version and install.' releaseBody: 'See the assets to download this version and install.'
releaseDraft: true releaseDraft: false
prerelease: false prerelease: false
args: '--target universal-apple-darwin' args: '--target universal-apple-darwin'

View File

@@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "Yaak", "productName": "Yaak",
"version": "2023.0.3" "version": "2023.0.4"
}, },
"tauri": { "tauri": {
"windows": [], "windows": [],