diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index b6d4779f..21bbddc2 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -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: | @@ -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"