Skip to content

Commit

Permalink
github-workflow path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshkat-Shadik committed Aug 2, 2024
1 parent c7b931b commit e3d652d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
channel: "stable" # or: 'beta', 'dev' or 'master'
- run: flutter --version
- run: flutter pub get
- run: flutter build apk --debug --split-per-abi
- run: flutter build apk --debug --split-per-abi -t lib/main.dart
- run: flutter build appbundle
- name: Push to Releases
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit e3d652d

Please sign in to comment.