Skip to content

Commit

Permalink
CI: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzqs committed Aug 20, 2022
1 parent 0f2ed4f commit 30672b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
key: app-${{ github.ref }}-${{ github.sha }}

- name: 🏗️ Build Apk (arm64 only)
run: flutter build apk --split-per-abi --target-platform android-arm64 android-x64
run: flutter build apk --split-per-abi

- uses: r0adkll/sign-android-release@v1
name: Sign APK
Expand Down

0 comments on commit 30672b4

Please sign in to comment.