We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d801f24 commit 7aa6220Copy full SHA for 7aa6220
2 files changed
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- uses: actions/upload-artifact@v4
37
with:
38
- name: openimis-claims-apk-${{github.run_number}}.apk
+ name: claim-comores-${{github.run_number}}.apk
39
path: ./claimManagement/build/outputs/**/*.apk
40
41
- name: build
@@ -48,5 +48,5 @@ jobs:
48
49
- uses: actions/upload-artifact@v2
50
51
- name: openimis-claims-aab-${{github.run_number}}.aab
+ name: claim-comores-${{github.run_number}}.aab
52
path: ./claimManagement/build/outputs/**/*.aab
.github/workflows/manual.yml
@@ -40,7 +40,7 @@ jobs:
42
43
44
45
46
# - name: build
0 commit comments