Skip to content

Commit 42ac6a3

Browse files
authored
Update build.yml
1 parent fcb0a2a commit 42ac6a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
print('version=' + Platform.version.split(' ')[0]);
5555
}
5656
EOF
57-
cd dart-sdk/sdk
58-
./tools/sdks/dart-sdk/bin/dart run /tmp/version.dart | tee -a "$GITHUB_OUTPUT"
57+
dart-sdk/sdk/tools/sdks/dart-sdk/bin/dart run /tmp/version.dart | tee -a "$GITHUB_OUTPUT"
5958
6059
- name: Fetch Checked-in Dart SDK
6160
run: |

0 commit comments

Comments
 (0)