We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbca325 commit 4a29d3cCopy full SHA for 4a29d3c
1 file changed
.github/workflows/release.yml
@@ -294,7 +294,7 @@ jobs:
294
ORG_GRADLE_PROJECT_appVersionName: ${{ needs.prepare-build-info.outputs.APP_VERSION_NAME }}
295
VERSION_CODE: ${{ needs.prepare-build-info.outputs.APP_VERSION_CODE }}
296
APPIMAGE_EXTRACT_AND_RUN: 1
297
- SIGN_MACOS: ${{ runner.os == 'macOS' && 'true' || 'false' }}
+ SIGN_MACOS: ${{ runner.os == 'macOS' && secrets.APPLE_SIGNING_IDENTITY != '' && 'true' || 'false' }}
298
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
299
APPLE_ID: ${{ secrets.APPLE_ID }}
300
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
0 commit comments