Skip to content

Commit

Permalink
📦 Chore: fix mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Mar 7, 2023
1 parent b3d8e4d commit 4a9d646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const config = {
},
mac: {
icon: 'build/icons/icon.icns',
provisioningProfile: './piclist.provisionprofile',
extendInfo: {
LSUIElement: 1
},
Expand Down

0 comments on commit 4a9d646

Please sign in to comment.