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 a2e9465 commit ee14acfCopy full SHA for ee14acf
scripts/build_command_line_linux.bash
@@ -66,7 +66,11 @@ rm $BUILD_DIR/Web2ExeLinux/files/error.log \
66
67
################# Zip and Upload to Github ###################
68
69
-zip -r -9 $BUILD_DIR/Web2ExeLinux-CMD.zip $BUILD_DIR/Web2ExeLinux-CMD/*
70
-zip -r -9 $BUILD_DIR/Web2ExeLinux-${VERSION}.zip $BUILD_DIR/Web2ExeLinux
+cd $BUILD_DIR
+
71
+zip -r -9 Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/*
72
+zip -r -9 Web2ExeLinux-${VERSION}.zip Web2ExeLinux
73
74
+cd -
75
76
python3.4 $DIR/upload_release.py
0 commit comments