Skip to content

Commit 9fa7f43

Browse files
Fix setup-zclipboard option: change directory to parent before building and creating release
1 parent 3d2edad commit 9fa7f43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/ci_linux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ match_options() {
125125
"mkdir-build") create_build_dir ;;
126126
"build-qt") build_qt_static ;;
127127
"release-build") build_zclipboard ;;
128-
"setup-zclipboard")
128+
"setup-zclipboard")
129+
cd .. || exit
129130
build_zclipboard
130131
create_release_dir
131132
set_run_script

0 commit comments

Comments
 (0)