Skip to content

Commit

Permalink
Fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanarnouk committed May 19, 2024
1 parent b30bf26 commit ad60cef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ jobs:
settings:
- platform: 'macos-latest' # for Arm based macs (M1 and above).
args: '--target aarch64-apple-darwin'
includeUpdaterJson: false
- platform: 'macos-latest' # for Intel based macs.
args: '--target x86_64-apple-darwin'
includeUpdaterJson: false
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
args: ''
includeUpdaterJson: false
- platform: 'windows-latest'
args: ''
includeUpdaterJson: false

runs-on: ${{ matrix.settings.platform }}
steps:
Expand Down Expand Up @@ -68,4 +64,5 @@ jobs:
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
args: ${{ matrix.settings.args }}
args: ${{ matrix.settings.args }}
includeUpdaterJson: false

0 comments on commit ad60cef

Please sign in to comment.