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 dd2f583 commit e4a2a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
run: |
echo "RELEASE_NOTE: $RELEASE_NOTE_TEXT"
echo "APP_ID: $APP_ID"
echo "secretRelease: ${{secrets.APP_ID_RELEASE}}"
echo "secretDebug: ${{secrets.APP_ID_DEBUG}}"
echo "fileroute: app/build/outputs/apk/${{ inputs.buildType || 'debug' }}/app-${{ inputs.buildType || 'debug' }}.apk"
- name: Build App
run: |
Expand Down

0 comments on commit e4a2a7f

Please sign in to comment.