We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77387c commit f3e8b56Copy full SHA for f3e8b56
.github/workflows/build.yml
@@ -50,8 +50,9 @@ jobs:
50
echo "APP_VERSION=$(echo $APP_VERSION)" >> $GITHUB_ENV
51
52
python3 build-system/Make/ImportCertificates.py --path build-system/fake-codesigning/certs
53
- python3 -u build-system/Make/Make.py build \
+ python3 -u build-system/Make/Make.py \
54
--bazelUserRoot="$BAZEL_USER_ROOT" \
55
+ build \
56
--configurationPath="build-system/appstore-configuration.json" \
57
--codesigningInformationPath=build-system/fake-codesigning \
58
--configuration=release_arm64 \
0 commit comments