Skip to content

Commit

Permalink
update github action tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
vincehi committed Jun 12, 2024
1 parent 6ce7604 commit 33d78d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
fail-fast: false
matrix:
include:
- platform: "macos-latest" # for Arm based macs (M1 and above).
args: "--target aarch64-apple-darwin"
- platform: "macos-latest" # for Intel based macs.
args: "--target x86_64-apple-darwin"
# - platform: "macos-latest" # for Arm based macs (M1 and above).
# args: "--target aarch64-apple-darwin"
# - platform: "ubuntu-20.04" # for Tauri v1 you could replace this with ubuntu-20.04.
# args: ""
# - platform: "windows-latest"
Expand Down Expand Up @@ -127,3 +127,4 @@ jobs:
releaseBody: ${{ needs.get-next-release.outputs.next-release-notes }}
releaseDraft: false
prerelease: false
args: ${{ matrix.args }}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "pulp",
"version": "1.2.0"
"version": "1.1.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 33d78d2

Please sign in to comment.