Skip to content

Commit 43ade57

Browse files
committed
Adjust sed command for Action runner
1 parent 5393ac1 commit 43ade57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/release-layout.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ layout:
2222
- shell: |
2323
sha256sum ${{ layout.root }}/* > checksums.txt
2424
# Remove the layout root from the paths in checksums.txt
25-
sed -i '' -e "s|${{ layout.root }}/||g" checksums.txt
25+
sed -i -e "s|${{ layout.root }}/||g" checksums.txt

0 commit comments

Comments
 (0)