Skip to content

Commit

Permalink
Fix apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Dec 12, 2024
1 parent a6d19f0 commit a386ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: pikatorrent-android
path: app/build/app/outputs/apk/release/app-release.apk
path: app/build/app/outputs/flutter-apk/*.apk

ios:
runs-on: macos-14
Expand Down

0 comments on commit a386ca0

Please sign in to comment.