Skip to content

Commit f3e8b56

Browse files
author
Ali
committed
Fix build
1 parent f77387c commit f3e8b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ jobs:
5050
echo "APP_VERSION=$(echo $APP_VERSION)" >> $GITHUB_ENV
5151
5252
python3 build-system/Make/ImportCertificates.py --path build-system/fake-codesigning/certs
53-
python3 -u build-system/Make/Make.py build \
53+
python3 -u build-system/Make/Make.py \
5454
--bazelUserRoot="$BAZEL_USER_ROOT" \
55+
build \
5556
--configurationPath="build-system/appstore-configuration.json" \
5657
--codesigningInformationPath=build-system/fake-codesigning \
5758
--configuration=release_arm64 \

0 commit comments

Comments
 (0)