Skip to content

Commit

Permalink
Rewrite the checksums.txt file to keep the base names
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Nov 23, 2023
1 parent 851aff6 commit 514a3e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/release/release-layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ layout:
- file: docs/user_manual.md
checksums.txt:
- shell: |
sha256sum ${{ layout.root }}/* > checksums.txt
sha256sum ${{ layout.root }}/* > checksums.txt
# Remove the layout root from the paths in checksums.txt
sed -i '' -e "s|${{ layout.root }}/||g" checksums.txt

0 comments on commit 514a3e7

Please sign in to comment.