mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
missed one path
This commit is contained in:
parent
e6bf74cd71
commit
afd47a7c1b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -169,7 +169,7 @@ jobs:
|
||||||
- name: zip .app for MacOS
|
- name: zip .app for MacOS
|
||||||
if: startsWith(matrix.platform, 'darwin+')
|
if: startsWith(matrix.platform, 'darwin+')
|
||||||
run: |
|
run: |
|
||||||
cd ./modules/gui/src-tauri/target/release/bundle/macos/
|
cd ./macos/
|
||||||
zip -r tea.zip tea.app
|
zip -r tea.zip tea.app
|
||||||
|
|
||||||
- name: cp package images from prod to gui bucket
|
- name: cp package images from prod to gui bucket
|
||||||
|
|
Loading…
Reference in a new issue