Added folder creation so mv to deploy will work

This commit is contained in:
yairm210 2021-08-24 23:08:36 +03:00
parent 34c6fda990
commit 73d8ef4452

View File

@ -81,6 +81,7 @@ jobs:
echo "${{ env.RELEASE_BODY }}" > whatsNewDirectory/whatsnew-en-US
./gradlew :android:bundleRelease
./gradlew :android:assembleRelease
mkdir deploy
mv android/build/outputs/apk/release/Unciv-release-unsigned.apk deploy/Unciv.apk