Skip to content

Commit

Permalink
Debug mac codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 6, 2024
1 parent f44f414 commit 836f4fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tauri-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
args: "--target aarch64-apple-darwin"
- platform: "macos-14" # for Intel based macs.
args: "--target universal-apple-darwin"
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
args: ""
- platform: "windows-latest"
args: ""
# - platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
# args: ""
# - platform: "windows-latest"
# args: ""

runs-on: ${{ matrix.settings.platform }}
steps:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENSSL_DIR: /opt/homebrew/opt/openssl@3
# OPENSSL_DIR: /opt/homebrew/opt/openssl@3
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
Expand Down
2 changes: 1 addition & 1 deletion devclean-ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "devclean-ui",
"version": "0.1.1"
"version": "0.1.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 836f4fe

Please sign in to comment.