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 ec7b786 commit 40d9adcCopy full SHA for 40d9adc
.github/workflows/Build.yml
@@ -47,6 +47,7 @@ jobs:
47
setupCl: ./scripts/SetupClWindows.ps1
48
49
runs-on: ${{ matrix.os }}
50
+ timeout-minutes: 60
51
defaults:
52
run:
53
shell: ${{ matrix.shell }}
@@ -79,7 +80,6 @@ jobs:
79
80
${{ matrix.buildPackage }} notarizeDmg \
81
-Pcompose.desktop.mac.sign=true \
82
-Pcompose.desktop.mac.signing.identity=${{ secrets.APPLE_IDENTITY }} \
- -Pcompose.desktop.mac.signing.keychain=build.keychain \
83
-Pcompose.desktop.mac.notarization.appleID=${{ secrets.APPLE_ID }} \
84
-Pcompose.desktop.mac.notarization.password=${{ secrets.APPLE_PASSWORD }}
85
0 commit comments