1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-06 09:12:50 +00:00

Android: Fixing CI artifact paths

This commit is contained in:
Michael Hollister 2025-07-10 17:27:41 -05:00
parent 13bda01081
commit 982a576743

View file

@ -30,8 +30,8 @@ buildAndroid:
- ./gradlew --stacktrace bundlePlaystoreRelease -PversionName=$ANDROID_VERSION_NAME -PversionCode=$ANDROID_VERSION_CODE
- echo $ANDROID_VERSION_CODE > ./fcast-version.txt
- mkdir -p /artifacts/$ANDROID_VERSION_CODE
- cp -rf ./app/defaultFlavor/release/app-defaultFlavor-release.apk /artifacts/$ANDROID_VERSION_CODE/fcast-release.apk
- cp -rf ./app/playstore/release/app-playstore-release.aab /artifacts/$ANDROID_VERSION_CODE/fcast-playstore-release.aab
- cp -rf ./app/build/outputs/apk/defaultFlavor/release/app-defaultFlavor-release.apk /artifacts/$ANDROID_VERSION_CODE/fcast-release.apk
- cp -rf ./app/build/outputs/bundle/playstoreRelease/app-playstore-release.aab /artifacts/$ANDROID_VERSION_CODE/fcast-playstore-release.aab
- cp -rf ./fcast-version.txt /artifacts/fcast-version.txt
artifacts:
untracked: false