Tweaking some of the build to function

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2026-04-20 03:29:54 -04:00
parent 7c9847e7d1
commit 64ddd18535
+4 -1
View File
@@ -56,7 +56,10 @@ jobs:
- name: 🖨️ Build PDFs - name: 🖨️ Build PDFs
env: env:
CI: true CI: true
run: python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }} run: |
python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }}
for f in ./export/*.pdf; do
echo "Hashing: $f"; sha256sum "$f"; done
- name: 🦠 Upload PDFs to VirusTotal - name: 🦠 Upload PDFs to VirusTotal
uses: crazy-max/ghaction-virustotal@v5 uses: crazy-max/ghaction-virustotal@v5