Skip to content

Commit

Permalink
chore: updaterJsonKeepUniversal in on-tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Jun 14, 2023
1 parent 9c74f4b commit 9316242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
releaseName: "PremAI App ${{ steps.next_tag.outputs.tag }}"
releaseBody: "See the assets to download and install this version."
includeDebug: true
args: ${{matrix.platform == 'ubuntu-20.04' && '--target x86_64-unknown-linux-gnu' || '--target universal-apple-darwin'}}
updaterJsonKeepUniversal: true
args: '--target universal-apple-darwin'

# Commit package.json, tauri.conf.json and Cargo.toml to master
- name: Commit & Push
Expand Down

0 comments on commit 9316242

Please sign in to comment.