We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da6f73 commit e62ee68Copy full SHA for e62ee68
.github/workflows/cdci.yml
@@ -175,9 +175,10 @@ jobs:
175
echo GITHUB_REF_NAME $GITHUB_REF_NAME
176
echo "Uploading vuegen_gui_${{ matrix.os.label }} to release $GITHUB_REF_NAME"
177
echo "Available files in build folder: gui/dist/"
178
- ls gui/dist/
+ cd gui/dist/
179
+ ls -lh
180
echo "Zip .app folder"
- 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/
182
echo "Uploading..."
183
gh release upload $GITHUB_REF_NAME vuegen_gui_${{ matrix.os.label }}.zip
184
# .app is folder that needs to be zipped
0 commit comments