Combined actions refactor

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2026-04-19 00:05:27 -04:00
parent 85912692d2
commit 90aa8b5442
+2 -2
View File
@@ -1,4 +1,4 @@
name: 📖 Build, Sign & Release PDF name: 📖 Build & Sign PDFs
on: on:
workflow_dispatch: workflow_dispatch:
@@ -127,7 +127,7 @@ jobs:
with: with:
name: pdf-export-${{ inputs.build_mode || 'both' }} name: pdf-export-${{ inputs.build_mode || 'both' }}
path: | path: |
export/ export/**
if-no-files-found: error if-no-files-found: error
retention-days: 90 retention-days: 90
compression-level: 0 compression-level: 0