Skip to content

Commit 576f024

Browse files
committed
claims automatic build5
1 parent ad1396f commit 576f024

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
3939

4040
- name: Rename APK
41-
run: mv app/build/outputs/apk/comoresDev/debug/app-comoresDev-debug.apk claims-comores-test.apk || echo "APK not found"
41+
run: mv app/build/outputs/apk/comoresDev/debug/app-comoresDev-debug.apk policies-comores-test.apk || echo "APK not found"
4242

4343
- name: List APK files
4444
run: ls -l policies-comores-test.apk || echo "APK not found"
4545

4646
- name: Upload APK
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: claims-comores-test.apk
49+
name: policies-comores-test.apk
5050
path: policies-comores-test.apk

0 commit comments

Comments
 (0)