Skip to content

Commit

Permalink
Update develop.yml workflow to directly include APK
Browse files Browse the repository at this point in the history
  • Loading branch information
unalkalkan authored Feb 19, 2024
1 parent 596b53d commit cc74810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Upload APK Debug - ${{ env.repository_name }}
uses: actions/upload-artifact@v3
with:
name: ${{ env.repository_name }} - Debug
path: ${{ env.main_project_module }}/build/outputs/apk/debug/
name: ${{ env.repository_name }} - Debug.apk
path: ${{ env.main_project_module }}/build/outputs/apk/debug/app-debug.apk

0 comments on commit cc74810

Please sign in to comment.