We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851aff6 commit 514a3e7Copy full SHA for 514a3e7
scripts/release/release-layout.yml
@@ -20,4 +20,6 @@ layout:
20
- file: docs/user_manual.md
21
checksums.txt:
22
- shell: |
23
- sha256sum ${{ layout.root }}/* > checksums.txt
+ 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