Skip to content

Commit 7c341f4

Browse files
committed
Set the checksum directory explicitly
This matches the default, but makes the intent more clear and is resilient to changes in behavior.
1 parent 914f096 commit 7c341f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/draft-release-flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
common
273273
274274
- name: Generate combined checksums
275-
run: create-checksums
275+
run: create-checksums --dir dist
276276

277277
- name: Upload release assets
278278
env:

0 commit comments

Comments
 (0)