diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 673aec5..30807fa 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -116,7 +116,7 @@ jobs: appId: $APP_ID serviceCredentialsFileContent: ${{ secrets.FIREBASE_TOKEN }} groups: ${{ inputs.groupTester || 'qa' }} - releaseNotesFile: $RELEASE_NOTE_TEXT + releaseNotes: $RELEASE_NOTE_TEXT file: app/build/outputs/apk/${{ inputs.buildType || 'debug' }}/app-${{ inputs.buildType || 'debug' }}.apk - name: Upload APK artifact uses: actions/upload-artifact@v2