Skip to content

Commit bf63af1

Browse files
committed
claims automatic build2
1 parent 0eb0af5 commit bf63af1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: develop-comores
1+
name: Develop Comores
22

33
on:
44
push:
@@ -30,16 +30,18 @@ jobs:
3030
with:
3131
cache-disabled: true
3232

33-
3433
- name: Build release APK
3534
run: ./gradlew assemblecomoresDevDebug
3635
env:
3736
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
3837
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
3938
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
4039

40+
- name: List APK files
41+
run: ls -R app/build/outputs/apk/
42+
4143
- name: Rename APK
42-
run: mv app/build/outputs/apk/comoresDev/debug/app-comoresDev-debug.apk claims-comores-test.apk
44+
run: mv app/build/outputs/apk/**/*.apk claims-comores-test.apk
4345

4446
- name: List APK files
4547
run: ls -l claims-comores-test.apk
@@ -48,4 +50,4 @@ jobs:
4850
uses: actions/upload-artifact@v4
4951
with:
5052
name: claims-comores-test.apk
51-
path: claims-comores-test.apk
53+
path: claims-comores-test.apk

0 commit comments

Comments
 (0)