Skip to content

Commit bd84a54

Browse files
committed
ci: replase dart2native to dart compile
1 parent 30065be commit bd84a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
run: |
5656
cd packages/command/
5757
mkdir -p bin/${{ matrix.target }}
58-
dart2native bin/flutter_gen_command.dart -o bin/${{ matrix.target }}/fluttergen
58+
dart compile exe bin/flutter_gen_command.dart -o bin/${{ matrix.target }}/fluttergen
5959
6060
- name: Running build for ubuntu
6161
if: matrix.os == 'ubuntu-latest'
6262
run: |
6363
cd packages/command/
6464
mkdir -p bin/${{ matrix.target }}
65-
dart2native bin/flutter_gen_command.dart -o bin/${{ matrix.target }}/fluttergen
65+
dart compile exe bin/flutter_gen_command.dart -o bin/${{ matrix.target }}/fluttergen
6666
6767
- name: Packaging final binary
6868
shell: bash

0 commit comments

Comments
 (0)