revert
This commit is contained in:
parent
a402a169bb
commit
42664545fc
|
|
@ -50,6 +50,7 @@ jobs:
|
||||||
if [ "${CSC_KEY_PASSWORD}" = "" ]; then
|
if [ "${CSC_KEY_PASSWORD}" = "" ]; then
|
||||||
unset CSC_KEY_PASSWORD
|
unset CSC_KEY_PASSWORD
|
||||||
fi
|
fi
|
||||||
|
echo "DOWNLOAD_ALL_ARCHITECTURES=true" >> $GITHUB_ENV
|
||||||
yarn run all:install
|
yarn run all:install
|
||||||
yarn run build
|
yarn run build
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
|
|
@ -68,6 +69,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
elif [ "$RUNNER_OS" == "Linux" ]; then
|
elif [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
|
echo "DOWNLOAD_ALL_ARCHITECTURES=true" >> $GITHUB_ENV
|
||||||
yarn run all:install
|
yarn run all:install
|
||||||
yarn run build
|
yarn run build
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue