Skip to content

Commit

Permalink
debug to release
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Feb 5, 2024
1 parent e92039d commit 3bbb35f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-debug.apk
ANDROID_APK_ARM_V8A: app-arm64-v8a-dev-debug.apk
ANDROID_APK_x86_64: app-x86_64-dev-debug.apk
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

steps:
- name: Checkout
Expand Down

0 comments on commit 3bbb35f

Please sign in to comment.