move provisioning profiles

pull/1401/head
Mikael Finstad 2022-11-23 14:23:06 +08:00
rodzic 540e570aa6
commit 0e6f396225
4 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -44,6 +44,13 @@ jobs:
# Log in to Snap Store
snapcraft_token: ${{ secrets.snapcraft_token }}
- name: Save provisioning profile
if: startsWith(matrix.os, 'macos')
env:
PROVISIONING_PROFILE_BASE64: ${{ secrets.PROVISIONING_PROFILE_BASE64 }}
run: |
echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode > LosslessCut_Mac_App_Store_provisioning_profile.provisionprofile
- name: Prepare Apple API key
# Import Apple API key for app notarization on macOS and for uploading to Mac App Store
# 'altool --help': '--apiKey' will search the following directories in sequence for a private key file with the name of:

3
.gitignore vendored
Wyświetl plik

@ -7,6 +7,7 @@ build-resources
doc
/ffmpeg
/app.log
*.provisionprofile
.pnp.*
.yarn/*
@ -14,4 +15,4 @@ doc
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions

Plik binarny nie jest wyświetlany.