Skip to content

Commit

Permalink
Change build debug to release (github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Klettner committed Aug 18, 2020
1 parent 5feee15 commit b71de4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
flutter-version: '1.12.13+hotfix.8'
- run: flutter pub get
- run: flutter build apk --debug --split-per-abi
- run: flutter build apk --split-per-abi
- name: Create a Release APK
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/debug/*.apk"
artifacts: "build/app/outputs/apk/release/*.apk"
token: ${{ secrets.mm_remote_ci }}

0 comments on commit b71de4d

Please sign in to comment.