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 af68226 commit 877048aCopy full SHA for 877048a
.github/workflows/build-to-release.yml
@@ -23,16 +23,11 @@ jobs:
23
run: sudo xcode-select -s "$(ls -d /Applications/Xcode*.app | sort -V | tail -n 1)/Contents/Developer"
24
# use /Applications/Xcode_16.2.app instead if problems occur
25
26
- - name: Unlock Keychain
27
- run: security unlock-keychain -p "" ~/Library/Keychains/login.keychain-db
28
-
29
- name: Output Identity
30
run: security find-identity -v -p codesigning
31
32
- name: Build MiddleClick (Using Makefile)
33
run: make all
34
- env:
35
- OTHER_CODE_SIGN_FLAGS: "--timestamp=none" # a workaround to disable network-based checks
36
37
- name: Remove Certificate
38
if: always()
0 commit comments