Skip to content

Commit

Permalink
fixed build path
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalraja committed Feb 20, 2024
1 parent 33f880f commit 43a2d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_mobile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
flutter build apk --split-per-abi
- name: Prepare builds
run: |
mv build/app/outputs/bundle/flutter-apk build/apks
mv build/app/outputs/flutter-apk build/apks
- uses: actions/setup-node@v2
with:
node-version: 14
Expand Down

0 comments on commit 43a2d3a

Please sign in to comment.