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 5393ac1 commit 43ade57Copy full SHA for 43ade57
scripts/release/release-layout.yml
@@ -22,4 +22,4 @@ layout:
22
- shell: |
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
+ sed -i -e "s|${{ layout.root }}/||g" checksums.txt
0 commit comments