Skip to content

Commit

Permalink
ci: correctly specify path of debug.apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopsalarm committed Dec 29, 2024
1 parent d345b97 commit 6eae26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: pr0gramm-app-debug.apk
path: app/build/outputs/apk/debug/app-release.apk
path: app/build/outputs/apk/debug/app-debug.apk
if-no-files-found: error
compression-level: 0

0 comments on commit 6eae26f

Please sign in to comment.