diff --git a/.github/workflows/package-and-publish.yml b/.github/workflows/package-and-publish.yml index 5ac0a9bde..802e53031 100644 --- a/.github/workflows/package-and-publish.yml +++ b/.github/workflows/package-and-publish.yml @@ -327,7 +327,7 @@ jobs: # Re-sign the app after modifying the bundle (required for notarization) - name: Re-sign macOS app after TDLib bundling - if: matrix.settings.platform == 'macos-latest' && secrets.APPLE_SIGNING_IDENTITY != '' + if: matrix.settings.platform == 'macos-latest' && ${{ secrets.APPLE_SIGNING_IDENTITY }} != '' env: APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }} run: |