Skip to content

Commit 514a3e7

Browse files
committed
Rewrite the checksums.txt file to keep the base names
1 parent 851aff6 commit 514a3e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release/release-layout.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ layout:
2020
- file: docs/user_manual.md
2121
checksums.txt:
2222
- shell: |
23-
sha256sum ${{ layout.root }}/* > checksums.txt
23+
sha256sum ${{ layout.root }}/* > checksums.txt
24+
# Remove the layout root from the paths in checksums.txt
25+
sed -i '' -e "s|${{ layout.root }}/||g" checksums.txt

0 commit comments

Comments
 (0)