Skip to content

Commit

Permalink
upload APK as a single file (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr authored Sep 4, 2023
1 parent f9fc1fd commit 873a9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.repository_name }} - Android APK
path: ${{ env.main_project_module }}/build/outputs/apk/debug/
path: ${{ env.main_project_module }}/build/outputs/apk/debug/android-debug.apk

#Create binaries
- name: Create desktop jar for Windows
Expand Down

0 comments on commit 873a9d1

Please sign in to comment.