We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30065be commit bd84a54Copy full SHA for bd84a54
.github/workflows/release.yaml
@@ -55,14 +55,14 @@ jobs:
55
run: |
56
cd packages/command/
57
mkdir -p bin/${{ matrix.target }}
58
- dart2native bin/flutter_gen_command.dart -o bin/${{ matrix.target }}/fluttergen
+ dart compile exe bin/flutter_gen_command.dart -o bin/${{ matrix.target }}/fluttergen
59
60
- name: Running build for ubuntu
61
if: matrix.os == 'ubuntu-latest'
62
63
64
65
66
67
- name: Packaging final binary
68
shell: bash
0 commit comments