diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ab3730..b8f072b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,6 @@ jobs: if [ "${CSC_KEY_PASSWORD}" = "" ]; then unset CSC_KEY_PASSWORD fi - echo "DOWNLOAD_ALL_ARCHITECTURES=true" >> $GITHUB_ENV yarn run all:install yarn run build yarn run build:app @@ -69,7 +68,6 @@ jobs: fi done elif [ "$RUNNER_OS" == "Linux" ]; then - echo "DOWNLOAD_ALL_ARCHITECTURES=true" >> $GITHUB_ENV yarn run all:install yarn run build yarn run build:app