Compare commits

...

1 Commits

Author SHA1 Message Date
Gregory Schier
7c2de3c360 Add proper target 2023-04-02 15:42:19 -07:00
2 changed files with 8 additions and 4 deletions

View File

@@ -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'

View File

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