Skip to content

Commit

Permalink
Update build_android_apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Did-Dog committed Jan 21, 2024
1 parent df961e3 commit be70dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_android_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- name: Upload the APK artifact with 1 day retention
uses: actions/upload-artifact@v3
with:
path: workspace/app/build/outputs/apk/debug/
path: workspace/app/build/outputs/apk/debug/app-debug.apk
name: apk-debug [${{ env.date_today }}].apk
retention-days: 1

0 comments on commit be70dba

Please sign in to comment.