Skip to content

Commit e62ee68

Browse files
committed
🎨 improve zip-folder structure
1 parent 8da6f73 commit e62ee68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cdci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ jobs:
175175
echo GITHUB_REF_NAME $GITHUB_REF_NAME
176176
echo "Uploading vuegen_gui_${{ matrix.os.label }} to release $GITHUB_REF_NAME"
177177
echo "Available files in build folder: gui/dist/"
178-
ls gui/dist/
178+
cd gui/dist/
179+
ls -lh
179180
echo "Zip .app folder"
180-
zip -r vuegen_gui_${{ matrix.os.label }}.zip gui/dist/vuegen_gui.app/
181+
zip -r vuegen_gui_${{ matrix.os.label }}.zip vuegen_gui.app/
181182
echo "Uploading..."
182183
gh release upload $GITHUB_REF_NAME vuegen_gui_${{ matrix.os.label }}.zip
183184
# .app is folder that needs to be zipped

0 commit comments

Comments
 (0)