diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46ff7e487b..888963cbd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,8 +50,9 @@ jobs: echo "APP_VERSION=$(echo $APP_VERSION)" >> $GITHUB_ENV 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" \ + build \ --configurationPath="build-system/appstore-configuration.json" \ --codesigningInformationPath=build-system/fake-codesigning \ --configuration=release_arm64 \