mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 00:18:13 -04:00
📦 Chore: fix mac.yml
This commit is contained in:
parent
b3d8e4dda0
commit
4a9d646618
6
.github/workflows/mac.yml
vendored
6
.github/workflows/mac.yml
vendored
@ -37,14 +37,12 @@ jobs:
|
||||
- name: Install the Apple certificates
|
||||
run: |
|
||||
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
|
||||
PP_PATH=$RUNNER_TEMP/build_pp.mobileprovision
|
||||
PP_PATH=./piclist.provisionprofile
|
||||
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
|
||||
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
|
||||
echo -n "$BUILD_PROVISION_PROFILE_BASE64" | base64 --decode -o $PP_PATH
|
||||
echo $CERTIFICATE_PATH
|
||||
echo $PP_PATH
|
||||
echo "create keychain"
|
||||
echo $CSC_LINK
|
||||
echo $CSC_KEY_PASSWORD
|
||||
|
||||
# step3: install node env
|
||||
- name: Install Node.js
|
||||
|
@ -67,6 +67,7 @@ const config = {
|
||||
},
|
||||
mac: {
|
||||
icon: 'build/icons/icon.icns',
|
||||
provisioningProfile: './piclist.provisionprofile',
|
||||
extendInfo: {
|
||||
LSUIElement: 1
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user