mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
rm clear keychain
This commit is contained in:
parent
2058922554
commit
8cefbd0be9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -234,9 +234,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
aws s3 cp ./modules/gui/src-tauri/target/release/bundle/macos/tea.zip "s3://preview.gui.tea.xyz/$prefix/tea_m1.zip"
|
aws s3 cp ./modules/gui/src-tauri/target/release/bundle/macos/tea.zip "s3://preview.gui.tea.xyz/$prefix/tea_m1.zip"
|
||||||
|
|
||||||
- name: Delete keychain
|
# - name: Delete keychain
|
||||||
if: matrix.platform.name == 'darwin+x86-64' || matrix.platform.name == 'darwin+aarch64'
|
# if: matrix.platform.name == 'darwin+x86-64' || matrix.platform.name == 'darwin+aarch64'
|
||||||
run: security delete-keychain signing_temp.keychain
|
# run: security delete-keychain signing_temp.keychain
|
||||||
|
|
||||||
- name: comment install
|
- name: comment install
|
||||||
uses: mshick/add-pr-comment@v2
|
uses: mshick/add-pr-comment@v2
|
||||||
|
|
Loading…
Reference in a new issue