Fix build

This commit is contained in:
Ali 2023-02-05 13:06:00 +01:00
parent f77387c352
commit f3e8b56107

View File

@ -50,8 +50,9 @@ jobs:
echo "APP_VERSION=$(echo $APP_VERSION)" >> $GITHUB_ENV echo "APP_VERSION=$(echo $APP_VERSION)" >> $GITHUB_ENV
python3 build-system/Make/ImportCertificates.py --path build-system/fake-codesigning/certs python3 build-system/Make/ImportCertificates.py --path build-system/fake-codesigning/certs
python3 -u build-system/Make/Make.py build \ python3 -u build-system/Make/Make.py \
--bazelUserRoot="$BAZEL_USER_ROOT" \ --bazelUserRoot="$BAZEL_USER_ROOT" \
build \
--configurationPath="build-system/appstore-configuration.json" \ --configurationPath="build-system/appstore-configuration.json" \
--codesigningInformationPath=build-system/fake-codesigning \ --codesigningInformationPath=build-system/fake-codesigning \
--configuration=release_arm64 \ --configuration=release_arm64 \