Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
For some weird reason the workflow was broken and yet it still uploaded an apk or rather a updated version some times. No idea what went wrong/right there
  • Loading branch information
LuftVerbot committed Sep 18, 2024
1 parent 1942101 commit c51cb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v4
with:
path: app/build/outputs/apk/debug/app-release.apk
path: app/build/outputs/apk/debug/app-debug.apk

- name: Upload APK to Discord
shell: bash
Expand Down

0 comments on commit c51cb27

Please sign in to comment.