mirror of
https://github.com/ivabus/gui
synced 2025-06-07 07:40:27 +03:00
fix path
This commit is contained in:
parent
ea92211bd0
commit
d51714f473
1 changed files with 1 additions and 1 deletions
2
.github/workflows/m1.yml
vendored
2
.github/workflows/m1.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
|||
|
||||
- name: Codesign package
|
||||
run: |
|
||||
codesign -s "Developer ID Application: Tea Inc. (7WV56FL599)" -v --force --deep --timestamp --preserve-metadata=entitlements -o runtime /modules/gui/src-tauri/target/release/bundle/macos/tea.app/* || true
|
||||
codesign -s "Developer ID Application: Tea Inc. (7WV56FL599)" -v --force --deep --timestamp --preserve-metadata=entitlements -o runtime ./modules/gui/src-tauri/target/release/bundle/macos/tea.app/* || true
|
||||
done
|
||||
|
||||
- name: zip app
|
||||
|
|
Loading…
Reference in a new issue