Skip to content

Commit 877048a

Browse files
committed
Update build-to-release.yml
1 parent af68226 commit 877048a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-to-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,11 @@ jobs:
2323
run: sudo xcode-select -s "$(ls -d /Applications/Xcode*.app | sort -V | tail -n 1)/Contents/Developer"
2424
# use /Applications/Xcode_16.2.app instead if problems occur
2525

26-
- name: Unlock Keychain
27-
run: security unlock-keychain -p "" ~/Library/Keychains/login.keychain-db
28-
2926
- name: Output Identity
3027
run: security find-identity -v -p codesigning
3128

3229
- name: Build MiddleClick (Using Makefile)
3330
run: make all
34-
env:
35-
OTHER_CODE_SIGN_FLAGS: "--timestamp=none" # a workaround to disable network-based checks
3631

3732
- name: Remove Certificate
3833
if: always()

0 commit comments

Comments
 (0)