We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1396f commit 576f024Copy full SHA for 576f024
1 file changed
.github/workflows/build.yml
@@ -38,13 +38,13 @@ jobs:
38
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
39
40
- name: Rename APK
41
- run: mv app/build/outputs/apk/comoresDev/debug/app-comoresDev-debug.apk claims-comores-test.apk || echo "APK not found"
+ run: mv app/build/outputs/apk/comoresDev/debug/app-comoresDev-debug.apk policies-comores-test.apk || echo "APK not found"
42
43
- name: List APK files
44
run: ls -l policies-comores-test.apk || echo "APK not found"
45
46
- name: Upload APK
47
uses: actions/upload-artifact@v4
48
with:
49
- name: claims-comores-test.apk
+ name: policies-comores-test.apk
50
path: policies-comores-test.apk
0 commit comments