1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-07 01:32:49 +00:00

Android: Fix artifact upload path

This commit is contained in:
Michael Hollister 2025-07-10 17:34:51 -05:00
parent 982a576743
commit 9de98930d2

View file

@ -39,6 +39,5 @@ buildAndroid:
access: all access: all
expire_in: "30 days" expire_in: "30 days"
paths: paths:
- /artifacts/$ANDROID_VERSION_CODE/fcast-release.apk - /artifacts/$ANDROID_VERSION_CODE/*
- /artifacts/$ANDROID_VERSION_CODE/fcast-playstore-release.aab
when: manual when: manual