mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
cleanup
This commit is contained in:
parent
db7abd058c
commit
6f520a1714
1 changed files with 0 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -185,10 +185,6 @@ jobs:
|
|||
- name: test build tauri
|
||||
run: pnpm --filter gui tauri build
|
||||
|
||||
- name: Delete keychain
|
||||
if: matrix.platform.name == 'darwin+x86-64' || matrix.platform.name == 'darwin+aarch64'
|
||||
run: security delete-keychain signing_temp.keychain
|
||||
|
||||
- uses: apple-actions/import-codesign-certs@d54750db52a4d3eaed0fc107a8bab3958f3f7494
|
||||
if: matrix.platform.name == 'darwin+x86-64' || matrix.platform.name == 'darwin+aarch64'
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue