Skip to content

Commit

Permalink
testing macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Nov 11, 2024
1 parent d98c7f5 commit dced97e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
include:
# - platform: "macos-latest"
# args: "--target aarch64-apple-darwin"
- platform: "macos-latest"
args: "--target universal-apple-darwin"
- platform: "ubuntu-24.04"
args: ""
# - platform: "windows-latest"
Expand Down Expand Up @@ -140,9 +140,9 @@ jobs:
# Build universal binary on macOS
args: ${{ matrix.platform == 'macos-latest' && '--target universal-apple-darwin' || '' }} --config tauri.rel.conf.json
# the action automatically replaces \_\_VERSION\_\_ with the app version
# tagName: v20__VERSION__
# tauriScript: cargo tauri
# releaseName: "Spyglass v20__VERSION__"
# releaseBody: "See the assets to download this version and install."
tagName: v20__VERSION__
tauriScript: cargo tauri
releaseName: "Spyglass v20__VERSION__"
releaseBody: "See the assets to download this version and install."
# releaseDraft: true
# prerelease: false

0 comments on commit dced97e

Please sign in to comment.