Skip to content

Commit 929273e

Browse files
Fixed build.sh to avoid potential errors
1 parent 033dc65 commit 929273e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apt-get update
44
apt-get install -y upx
55
python -m pip install --upgrade pip setuptools wheel
6-
cd workspace/
6+
cd workspace/ || exit
77
pip install -r requirements.txt
88
pip install pyinstaller==5.0.1
99
echo "

0 commit comments

Comments
 (0)