Skip to content

Commit

Permalink
💚 ci(app): change github action in macos app
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Jul 29, 2024
1 parent 906a78b commit 299696d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
matrix:
settings:
- platform: 'macos-latest'
args: '--target universal-apple-darwin'
- platform: 'macos-latest'
args: '--target x86_64-apple-darwin'
# args: '--target universal-apple-darwin'
# - platform: 'macos-latest'
# args: '--target x86_64-apple-darwin'
# - platform: 'macos-latest'
# args: '--target aarch64-apple-darwin'
# - platform: 'macos-latest'
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
updaterJsonKeepUniversal: true # @see https://github.com/tauri-apps/tauri-action?tab=readme-ov-file#build-options
includeRelease: true
tauriScript: pnpm tauri
args: ${{ matrix.settings.args }}
# args: ${{ matrix.settings.args }}


#########################################################################
Expand Down

0 comments on commit 299696d

Please sign in to comment.