Rename PDFs

This commit is contained in:
Kevin Harrington 2025-10-12 10:09:02 -04:00
parent 82c03b360e
commit 78ef6ef5af

View file

@ -44,10 +44,10 @@ jobs:
run: sed -i 's/VERSIONNUMBER/${{ github.ref_name }}/g' ScopeSequencing.tex run: sed -i 's/VERSIONNUMBER/${{ github.ref_name }}/g' ScopeSequencing.tex
- name: Generate PDF - name: Generate PDF
run: pdflatex -jobname=ScopeSequencing-${{ github.ref_name }} ScopeSequencing.tex run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex
- name: Generate Booklet PDF - name: Generate Booklet PDF
run: bookletimposer -b -a -f "Letter" -p "2x1" -o ScopeSequencing-${{ github.ref_name }}-booklet.pdf ScopeSequencing-${{ github.ref_name }}.pdf run: bookletimposer -b -a -f "Letter" -p "2x1" -o HowToBuildACommons-${{ github.ref_name }}-booklet.pdf HowToBuildACommons-${{ github.ref_name }}.pdf
- name: Debug - Show generated files - name: Debug - Show generated files
run: ls -al . run: ls -al .
@ -55,7 +55,7 @@ jobs:
- name: Create or Update Release - name: Create or Update Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
files: ScopeSequencing-${{ github.ref_name }}.pdf,ScopeSequencing-${{ github.ref_name }}-booklet.pdf,Building-Belonging-FINAL-E-book-iwmkwg.epub files: HowToBuildACommons-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}-booklet.pdf,Building-Belonging-FINAL-E-book-iwmkwg.epub
draft: false draft: false
prerelease: false prerelease: false
name: ${{ github.ref_name }} name: ${{ github.ref_name }}