Skip to content

Commit 78a0a37

Browse files
Tweaking some of the build to function
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
1 parent aeb63cd commit 78a0a37

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-sign-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ jobs:
5353
sudo apt-get update
5454
sudo apt-get install gnupg
5555
56-
- name: 🖨️ Build PDFs
56+
- name: 🖨️ Build & Hash PDFs
5757
env:
5858
CI: true
5959
run: |
6060
python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }}
6161
for f in ./export/*.pdf; do
62-
echo "Hashing: $f"; sha256sum "$f" >> export/sha256sums.txt; done
62+
echo "sha256sums: $f"; sha256sum "$f" >> export/sha256sums.txt; done
63+
for f in ./export/*.pdf; do
64+
echo "b2sums: $f"; b2sum "$f" >> export/b2sums.txt; done
6365
6466
- name: 🦠 Upload PDFs to VirusTotal
6567
uses: crazy-max/ghaction-virustotal@v5

0 commit comments

Comments
 (0)