Skip to content

Commit

Permalink
修改CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niyangup committed Dec 30, 2020
1 parent fc3a374 commit b76a58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- run: flutter doctor -v
- run: flutter pub get
- run: flutter test
- run: flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi --debug
- run: flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
# 发布到 Release
- name: Debug apk
- name: Release apk
uses: ncipollo/[email protected]
with:
artifacts: "build/app/outputs/apk/release/*.apk"
Expand Down

0 comments on commit b76a58d

Please sign in to comment.