Skip to content

Commit ab77834

Browse files
committed
disable hash checking on CI
1 parent c27bc8c commit ab77834

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/download_asset.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,16 @@ jobs:
108108
- name: Display structure of downloaded assets
109109
run: ls -R .dart_tool/download_asset/
110110

111-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
112-
with:
113-
sdk: stable
111+
# - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
112+
# with:
113+
# sdk: stable
114114

115-
- run: dart pub get
115+
# - run: dart pub get
116116

117-
- name: Check hashes of released artifacts
118-
run: |
119-
dart tool/generate_asset_hashes.dart
120-
git diff --exit-code
117+
# - name: Check hashes of released artifacts
118+
# run: |
119+
# dart tool/generate_asset_hashes.dart
120+
# git diff --exit-code
121121

122122
- name: Release
123123
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8

0 commit comments

Comments
 (0)