Update deploy.yml

This commit is contained in:
Shahzain Ali 2022-12-09 03:11:31 +05:00 committed by GitHub
parent 65cf243373
commit df6b0f3945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ jobs:
export QT_IOS_BIN=$QT_BIN_DIR
export PATH=$PATH:~/go/bin
mkdir build-ios
${{ QT_IOS_BIN }}/qt-cmake . -B build-ios -GXcode
$QT_IOS_BIN/qt-cmake . -B build-ios -GXcode
# ------------------------------------------------------