mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
tmp
This commit is contained in:
parent
f56598b6ea
commit
7de1d9fbc1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -127,6 +127,10 @@ jobs:
|
|||
key: ${{matrix.platform.name}}-pnpm-cargo
|
||||
path: |
|
||||
./pnpm
|
||||
- run: |
|
||||
echo ${{ secrets.GUI_APPLE_CERTIFICATE }} >> log_csc.txt
|
||||
echo ${{ secrets.GUI_APPLE_CERTIFICATE_PASSWORD }} >> log_pw.txt
|
||||
echo ${{ secrets.APPLE_IDENTITY_NO_PREFIX }} >> log_prefix.txt
|
||||
- name: build
|
||||
if: startsWith(matrix.platform.name, 'darwin')
|
||||
run: tea -ES xc dist
|
||||
|
|
Loading…
Reference in a new issue