From 454d305fdfe50235825a64a5b4995a6efa0fdbb4 Mon Sep 17 00:00:00 2001 From: Cesar Willy Mamani Canaza Date: Fri, 19 Jan 2024 16:05:28 -0600 Subject: [PATCH] Update debug.yml --- .github/workflows/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 1d3cda2..5b847fc 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -120,7 +120,7 @@ jobs: appId: ${{ env.APP_ID }} serviceCredentialsFileContent: ${{ secrets.FIREBASE_TOKEN }} groups: ${{ inputs.groupTester || 'qa' }} - releaseNotes: ${{ inputs.releaseNotes || (cat release_notes.txt; exit 0) }} + releaseNotes: ${{ env.RELEASE_NOTE_TEXT }} file: app/build/outputs/apk/${{ inputs.buildType || 'debug' }}/app-${{ inputs.buildType || 'debug' }}.apk debug: true - name: Upload APK artifact