mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed codesign in Github CI on macOS.
This commit is contained in:
parent
b9003202bf
commit
c7583e3106
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
||||||
|
|
||||||
cd ../out
|
cd ../out
|
||||||
|
|
||||||
xcoderun='xcodebuild build -project Telegram.xcodeproj -scheme Telegram -destination "platform=macOS,arch=x86_64" -configuration Debug'
|
xcoderun='xcodebuild build -project Telegram.xcodeproj -scheme Telegram -destination "platform=macOS,arch=x86_64" -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO'
|
||||||
bash -c "$xcoderun" || bash -c "$xcoderun" || bash -c "$xcoderun"
|
bash -c "$xcoderun" || bash -c "$xcoderun" || bash -c "$xcoderun"
|
||||||
|
|
||||||
- name: Move artifact.
|
- name: Move artifact.
|
||||||
|
|
Loading…
Add table
Reference in a new issue