From d6b16e9aa536259494c008fe7114a9347873f8e8 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 17 Jan 2025 10:46:43 -0800 Subject: [PATCH] Turn on code signing --- .github/workflows/macos.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 11d9c42823a..d59561f158a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -88,11 +88,11 @@ jobs: modules: qtcharts qtlocation qtpositioning qtspeech qt5compat qtmultimedia qtserialport qtimageformats qtshadertools qtconnectivity qtquick3d qtsensors cache: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - # - name: Import Code Signing Certificate - # uses: apple-actions/import-codesign-certs@v3 - # with: - # p12-file-base64: ${{ secrets.MACOS_SIGNING_CERTS_P12 }} - # p12-password: ${{ secrets.MACOS_SIGNING_CERTS_PASS }} + - name: Import Code Signing Certificate + uses: apple-actions/import-codesign-certs@v3 + with: + p12-file-base64: ${{ secrets.MACOS_SIGNING_CERTS_P12 }} + p12-password: ${{ secrets.MACOS_SIGNING_CERTS_PASS }} - run: mkdir ${{ runner.temp }}/shadow_build_dir