Skip to content

Commit

Permalink
feat: [ANDROAPP-6165] remove branch ref and try and show date for apk…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
xavimolloy committed May 22, 2024
1 parent 53b1670 commit f37d01e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Continuous Delivery
env:

main_project_module: app
current_date: ${{ github.event.inputs.date_today }}
current_branch: ${{ github.ref }}

on:
push:
Expand All @@ -14,7 +12,6 @@ on:
- release/*
- ANDROAPP-*


# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -55,5 +52,5 @@ jobs:
- name: Upload Android artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ env.repository_name }} - Android APK ${{ env.current_date }} Branch - ${{ env.current_branch }}
name: ${{ env.repository_name }} - Android APK ${{ env.current_date }} ${{ steps.date.outputs.date }}
path: ${{ env.main_project_module }}/build/outputs/apk/dhis/debug/dhis2-v${{ steps.read-version.outputs.vName }}-dhis-debug.apk

0 comments on commit f37d01e

Please sign in to comment.