Skip to content

Commit

Permalink
notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 9, 2024
1 parent 0169575 commit 6ef3bf1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
security import $CERTIFICATE_PATH -P "$APPLE_P12_PASSWORD" -A -t cert -f pkcs12 -k $KEYCHAIN_PATH
security list-keychain -d user -s $KEYCHAIN_PATH
security find-identity -v -p codesigning
# list signing identities
# security find-identity -v -p codesigning
- name: Run build
run: |
Expand All @@ -58,6 +59,9 @@ jobs:
BUILD_QT_PATH: ${{ github.workspace }}/Qt/6.5.3/macos
BUILD_PARALLEL_THREADS: 2
MACOS_SIGN_NAME: ${{ secrets.MACOS_SIGN_NAME }}
APPLEID: ${{ secrets.APPLEID }}
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
APPLEIDTEAM: ${{ secrets.APPLEIDTEAM }}

- name: Rename build
id: "rename-build"
Expand Down

0 comments on commit 6ef3bf1

Please sign in to comment.