Skip to content

Commit

Permalink
hide hashes in release body because they look ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
shufps committed Jan 26, 2025
1 parent 57dd160 commit 1d53695
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,10 @@ jobs:

- name: Combine SHA-256 Sums
run: |
echo "### Factory files SHA-256 Checksums" > sha256-summary.txt
echo '```' >> sha256-summary.txt # Add opening code block
echo '<!--' >> sha256-summary.txt # Add opening code block
files="$( find ./artifacts -name "*.sha256" | xargs )"
cat $files | sort -k2 >> sha256-summary.txt
echo '```' >> sha256-summary.txt # Add opening code block
echo '-->' >> sha256-summary.txt # Add opening code block
- name: Install GitHub CLI
run: |
Expand Down

0 comments on commit 1d53695

Please sign in to comment.