This commit is contained in:
neil 2023-02-03 14:34:15 +08:00
parent f56598b6ea
commit 7de1d9fbc1

View file

@ -127,6 +127,10 @@ jobs:
key: ${{matrix.platform.name}}-pnpm-cargo key: ${{matrix.platform.name}}-pnpm-cargo
path: | path: |
./pnpm ./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 - name: build
if: startsWith(matrix.platform.name, 'darwin') if: startsWith(matrix.platform.name, 'darwin')
run: tea -ES xc dist run: tea -ES xc dist