From f37d01e315e572d5c9f06d35f45eef0133a39ea6 Mon Sep 17 00:00:00 2001 From: Xavier Molloy Date: Wed, 22 May 2024 08:53:17 +0200 Subject: [PATCH] feat: [ANDROAPP-6165] remove branch ref and try and show date for apk file --- .github/workflows/continuous-delivery.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 90f2eb14429..d380ab9c3f2 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -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: @@ -14,7 +12,6 @@ on: - release/* - ANDROAPP-* - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -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