Skip to content

Commit

Permalink
Read app version
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Dec 12, 2023
1 parent b437cdd commit 3322997
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,14 @@ jobs:
- name: Build apk debug project (APK) - ${{ env.main_project_module }} module
run: ./gradlew assembleDhisDebug

# Read App version
- name: Generate release notes
working-directory: ./scripts
run: python3 readReleaseInfo.py

# Upload Artifact Build
- name: Upload Android artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ env.repository_name }} - Android APK
path: ${{ env.main_project_module }}/build/outputs/apk/dhis/debug/dhis2-v2.9-dhis-debug.apk
path: ${{ env.main_project_module }}/build/outputs/apk/dhis/debug/dhis2-${{env.NAME_RELEASE}}-dhis-debug.apk

0 comments on commit 3322997

Please sign in to comment.