missed one path

This commit is contained in:
Jacob Heider 2023-01-20 20:17:06 -05:00
parent e6bf74cd71
commit afd47a7c1b
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -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