mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore: fix windows CI script
This commit is contained in:
parent
4fe6addb04
commit
e6fb66f052
|
@ -135,7 +135,7 @@ then
|
|||
fi
|
||||
|
||||
# Generate checksum files for releases
|
||||
if [ "$STAGE" == "stage3" && "$BUILD_TYPE" == "release" ]
|
||||
if [ "$STAGE" == "stage3" ] && [ "$BUILD_TYPE" == "release" ]
|
||||
then
|
||||
readonly OUT_DIR=./workspace/"$ARCH"/qtox/"$BUILD_TYPE"/
|
||||
readonly NAME=setup-qtox-"$ARCH"-"$BUILD_TYPE".exe
|
||||
|
|
Loading…
Reference in New Issue
Block a user