Skip to content

Commit

Permalink
Fix apk path & ios artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Dec 13, 2024
1 parent a6d19f0 commit a0df49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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/ios.apk

ios:
runs-on: macos-14
Expand Down Expand Up @@ -135,5 +135,5 @@ jobs:
- run: flutter build ios --no-codesign
- uses: actions/upload-artifact@v4
with:
name: pikatorrent-android
name: pikatorrent-ios
path: app/build/ios/iphoneos/*.app

0 comments on commit a0df49b

Please sign in to comment.