Skip to content

Commit 1f0ed00

Browse files
committed
Add checksums.txt artifact to release
1 parent ca34c96 commit 1f0ed00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/release/release-layout.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ layout:
1717
- shell: |
1818
python ${{ coding-standards.root }}/scripts/release/create_supported_rules_list.py > supported_rules_list.md
1919
user_manual.md:
20-
- file: docs/user_manual.md
20+
- file: docs/user_manual.md
21+
checksums.txt:
22+
- shell: |
23+
sha256sum ./* > checksums.txt

0 commit comments

Comments
 (0)