Skip to content

Commit

Permalink
Merge pull request get10101#1965 from get10101/fix/yet-again-upload-apks
Browse files Browse the repository at this point in the history
fix: use correct path
  • Loading branch information
bonomat authored Feb 5, 2024
2 parents 8ac0015 + e84a605 commit 5062b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: apks
path: build/app/outputs/flutter-apk/
path: mobile/build/app/outputs/flutter-apk/

- name: Release to Google Play Store
env:
Expand Down

0 comments on commit 5062b96

Please sign in to comment.