mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
more manual test
This commit is contained in:
parent
10631e1303
commit
53cf5e1c9a
1 changed files with 9 additions and 9 deletions
18
.github/workflows/m1.yml
vendored
18
.github/workflows/m1.yml
vendored
|
@ -67,16 +67,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}
|
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}
|
||||||
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
||||||
|
- run: pnpm build:gui
|
||||||
|
|
||||||
- env:
|
- name: Codesign package
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
run: |
|
||||||
ENABLE_CODE_SIGNING: ${{ secrets.APPLE_CERTIFICATE_P12 }}
|
codesign -s "Developer ID Application: Tea Inc. (7WV56FL599)" -v --force --deep --timestamp --preserve-metadata=entitlements -o runtime /modules/gui/src-tauri/target/release/bundle/macos/tea.app/* || true
|
||||||
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE_P12 }}
|
done
|
||||||
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
|
||||||
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
- name: zip app
|
||||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
run: |
|
||||||
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
cd ./modules/gui/src-tauri/target/release/bundle/macos/ && zip -r tea.zip tea.app
|
||||||
run: pnpm build:gui
|
|
||||||
|
|
||||||
- name: cp package images from prod to preview bucket
|
- name: cp package images from prod to preview bucket
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue