mirror of
https://github.com/ivabus/gui
synced 2025-04-24 06:27:09 +03:00
fix
This commit is contained in:
parent
17e025c1fa
commit
29e89c20d9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -131,7 +131,8 @@ jobs:
|
||||||
- name: build
|
- name: build
|
||||||
if: startsWith(matrix.platform.name, 'darwin')
|
if: startsWith(matrix.platform.name, 'darwin')
|
||||||
run: tea -ES xc dist
|
run: tea -ES xc dist
|
||||||
# env:
|
env:
|
||||||
|
PUBLISH_FOR_PULL_REQUEST: false
|
||||||
# TEMP DISABLE: Error: EEXIST: file already exists
|
# TEMP DISABLE: Error: EEXIST: file already exists
|
||||||
# CSC_FOR_PULL_REQUEST: true
|
# CSC_FOR_PULL_REQUEST: true
|
||||||
# CSC_LINK: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
# CSC_LINK: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
||||||
|
|
Loading…
Reference in a new issue