mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-30 08:16:54 -04:00
Update CI to build make print
, not make covers
Since `make print` depends on `make covers`, this is also covered. But this also builds the new -print.pdf alternate PDFs.
This commit is contained in:
parent
02acb825f9
commit
2a19212f05
1 changed files with 2 additions and 2 deletions
4
.github/workflows/make.yml
vendored
4
.github/workflows/make.yml
vendored
|
@ -44,10 +44,10 @@ jobs:
|
||||||
export VERSION=${VERSION:1}
|
export VERSION=${VERSION:1}
|
||||||
fi
|
fi
|
||||||
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
|
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
|
||||||
- name: Make manual cover PDFs
|
- name: Make print manual PDFs
|
||||||
run: |
|
run: |
|
||||||
cd manual
|
cd manual
|
||||||
make covers
|
make print
|
||||||
- name: Upload Freedoom
|
- name: Upload Freedoom
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue