Skip to content

Commit b99dcc8

Browse files
authored
[infra] Fix CI (#2365)
1 parent 723cd56 commit b99dcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/ci.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void main(List<String> arguments) async {
109109
_runProcess(
110110
repositoryRoot
111111
.resolve(
112-
'pkgs/hooks/example/build/native_add_app/build/cli/${Abi.current().toString()}/bundle/bin/native_add_app${Platform.isWindows ? '.exe' : ''}',
112+
'pkgs/hooks/example/build/native_add_app/build/cli/${Abi.current()}/bundle/bin/native_add_app${Platform.isWindows ? '.exe' : ''}',
113113
)
114114
.toFilePath(),
115115
[],

0 commit comments

Comments
 (0)