mirror of
https://github.com/ivabus/gui
synced 2025-06-07 07:40:27 +03:00
try different certificate with developer distribution config
This commit is contained in:
parent
47ed0db00e
commit
e9f837e241
2 changed files with 4 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -194,9 +194,9 @@ jobs:
|
|||
# FROM: https://tauri.app/v1/guides/distribution/sign-macos
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ENABLE_CODE_SIGNING: ${{ secrets.APPLE_CERTIFICATE_P12 }}
|
||||
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE_P12 }}
|
||||
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
||||
ENABLE_CODE_SIGNING: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
||||
APPLE_CERTIFICATE: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
||||
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.GUI_APPLE_CERTIFICATE_PASSWORD }}
|
||||
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||
|
|
2
.github/workflows/m1.yml
vendored
2
.github/workflows/m1.yml
vendored
|
@ -3,7 +3,7 @@ name: "deploy"
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- m1-codesign
|
||||
- m1-codesign-x
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue