We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27bc8c commit ab77834Copy full SHA for ab77834
.github/workflows/download_asset.yaml
@@ -108,16 +108,16 @@ jobs:
108
- name: Display structure of downloaded assets
109
run: ls -R .dart_tool/download_asset/
110
111
- - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
112
- with:
113
- sdk: stable
+ # - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
+ # with:
+ # sdk: stable
114
115
- - run: dart pub get
+ # - run: dart pub get
116
117
- - name: Check hashes of released artifacts
118
- run: |
119
- dart tool/generate_asset_hashes.dart
120
- git diff --exit-code
+ # - name: Check hashes of released artifacts
+ # run: |
+ # dart tool/generate_asset_hashes.dart
+ # git diff --exit-code
121
122
- name: Release
123
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
0 commit comments