File tree Expand file tree Collapse file tree 2 files changed +3
-28
lines changed Expand file tree Collapse file tree 2 files changed +3
-28
lines changed Original file line number Diff line number Diff line change @@ -43,36 +43,11 @@ jobs:
43
43
working-directory : apps/desktop
44
44
run : pnpm download-node:all
45
45
46
- - name : Import Apple certificates
47
- env :
48
- APPLE_CERT_BASE64 : ${{ secrets.APPLE_CERT_BASE64 }}
49
- APPLE_CERT_PASSWORD : ${{ secrets.APPLE_CERT_PASSWORD }}
50
- run : |
51
- # Create temporary keychain
52
- KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
53
- KEYCHAIN_PASSWORD=actions
54
-
55
- # Decode certificate
56
- echo "$APPLE_CERT_BASE64" | base64 --decode > certificate.p12
57
-
58
- # Create keychain
59
- security create-keychain -p "$KEYCHAIN_PASSWORD" "$KEYCHAIN_PATH"
60
- security set-keychain-settings -lut 21600 "$KEYCHAIN_PATH"
61
- security unlock-keychain -p "$KEYCHAIN_PASSWORD" "$KEYCHAIN_PATH"
62
-
63
- # Import certificate
64
- security import certificate.p12 -P "$APPLE_CERT_PASSWORD" -A -t cert -f pkcs12 -k "$KEYCHAIN_PATH"
65
- security list-keychain -d user -s "$KEYCHAIN_PATH"
66
-
67
- # Set key partition list
68
- security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "$KEYCHAIN_PASSWORD" "$KEYCHAIN_PATH"
69
-
70
- # Clean up
71
- rm certificate.p12
72
-
73
46
- name : Build artifacts
74
47
working-directory : apps/desktop
75
48
env :
49
+ SKIP_CODESIGNING : true
50
+ SKIP_NOTARIZATION : true
76
51
APPLE_ID : ${{ secrets.APPLE_ID }}
77
52
APPLE_APP_PASSWORD : ${{ secrets.APPLE_APP_PASSWORD }}
78
53
APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @amical/desktop" ,
3
- "version" : " 0.0.5" ,
3
+ "version" : " 0.0.5-test-publish " ,
4
4
"description" : " Amical Desktop app" ,
5
5
"main" : " .vite/build/main.js" ,
6
6
"productName" : " Amical" ,
You can’t perform that action at this time.
0 commit comments