Skip to content

Commit 9e9498f

Browse files
authored
fix: remove training suffix on continuous-delivery.yml action (#4132)
1 parent d851c67 commit 9e9498f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-delivery.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
uses: actions/upload-artifact@v4
5959
with:
6060
name: ${{ env.repository_name }} - Android APK - ${{ steps.date.outputs.date }}
61-
path: ${{ env.main_project_module }}/build/outputs/apk/dhis2/debug/dhis2-v${{ steps.read-version.outputs.vName }}-training.apk
61+
path: ${{ env.main_project_module }}/build/outputs/apk/dhis2/debug/dhis2-v${{ steps.read-version.outputs.vName }}.apk

0 commit comments

Comments
 (0)