We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a8936 commit 45b5c7eCopy full SHA for 45b5c7e
2 files changed
.github/workflows/sign.yml
@@ -17,4 +17,4 @@ jobs:
17
run: |
18
sudo xcode-select -s /Applications/Xcode_14.2.app
19
cp com.apple.dt.Xcode.plist ~/Library/Preferences/
20
- ./sign.py
+ PYTHONUNBUFFERED=1 ./sign.py
.semaphore/semaphore.yml
@@ -17,6 +17,6 @@ blocks:
- nvm install 18
- sudo xcode-select -s /Applications/Xcode-14.2.app
- cp com.apple.dt.Xcode.plist ~/Library/Preferences/
- - ./sign.py
+ - PYTHONUNBUFFERED=1 ./sign.py
21
secrets:
22
- name: ios-signer
0 commit comments