Skip to content

Commit

Permalink
Update debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarwillymc committed Jan 19, 2024
1 parent 4ef1191 commit 633cf20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ jobs:
serviceCredentialsFileContent: ${{ secrets.FIREBASE_TOKEN }}
groups: ${{ inputs.groupTester || 'qa' }}
releaseNotesFile: $RELEASE_NOTE
file: app/build/outputs/apk/${BUILD_TYPE}/app-${BUILD_TYPE}.apk
file: app/build/outputs/apk/$BUILD_TYPE/app-$BUILD_TYPE.apk
- name: Upload APK artifact
uses: actions/upload-artifact@v2
with:
name: app-${BUILD_TYPE}
name: app-$BUILD_TYPE
path: app/build/outputs/apk/${BUILD_TYPE}/app-${BUILD_TYPE}.apk

0 comments on commit 633cf20

Please sign in to comment.