rexthecoder / Pinky

MIT License
10 stars 0 forks source link

--debug option hardcoded into the flutter build apk command #3

Open Chxnedu opened 2 months ago

Chxnedu commented 2 months ago
  - name: Building Flutter apk 👓
      run: flutter build apk --debug --split-per-abi
      shell: bash

The --debug option is hardcoded into your code, is there an option to run it without that option?