mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-05-06 19:44:19 +02:00
Tweaking some of the build to function
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
@@ -56,20 +56,13 @@ jobs:
|
|||||||
- name: 🖨️ Build PDFs
|
- name: 🖨️ Build PDFs
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
run: |
|
run: python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }}
|
||||||
python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }}
|
|
||||||
|
|
||||||
# - name: 🛡️ Hash/Sign PDFs
|
- name: 🦠 Upload PDFs to VirusTotal
|
||||||
# env:
|
|
||||||
# GPG_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
|
||||||
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # I'm just gonna do this locally because GPG signing in CI
|
|
||||||
run: | # is a pain and I don't want to deal with it right now.
|
|
||||||
# cd ${{ github.workspace }}
|
# cd ${{ github.workspace }}
|
||||||
# # Import GPG key
|
# # Import GPG key
|
||||||
# export GPG_TTY=$(tty)
|
# export GPG_TTY=$(tty)
|
||||||
# echo "$GPG_KEY" | gpg --batch --import 2>/dev/null || true
|
# echo "$GPG_KEY" | gpg --batch --import 2>/dev/null || true
|
||||||
chmod +x scripts/sign-pdfs.sh
|
|
||||||
./scripts/sign-pdfs.sh
|
|
||||||
|
|
||||||
- name: 🦠 Upload PDFs to VirusTotal
|
- name: 🦠 Upload PDFs to VirusTotal
|
||||||
uses: crazy-max/ghaction-virustotal@v5
|
uses: crazy-max/ghaction-virustotal@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user