Skip to content

Commit

Permalink
using debug for now'
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Feb 3, 2024
1 parent a959fe0 commit 6c05258
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
env:
LINUX_ZIP: Vernet-${{github.ref_name}}-linux.zip
ANDROID_APK_ARM_V7A: app-armeabi-v7a-dev-release.apk
ANDROID_APK_ARM_V8A: app-arm64-v8a-dev-release.apk
ANDROID_APK_x86_64: app-x86_64-dev-release.apk
ANDROID_APK_ARM_V7A: app-armeabi-v7a-dev-debug.apk
ANDROID_APK_ARM_V8A: app-arm64-v8a-dev-debug.apk
ANDROID_APK_x86_64: app-x86_64-dev-debug.apk

steps:
- name: Checkout
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Build Android App and Linux Bundle
# Use signing keys for release instead of debug
run: |
flutter build apk --split-per-abi --flavor dev
flutter build apk --debug --split-per-abi --flavor dev
flutter build linux --release
- name: Rename ANDROID APKs
Expand Down

0 comments on commit 6c05258

Please sign in to comment.