mirror of
https://github.com/flynx/photobook.git
synced 2025-12-17 09:01:41 +00:00
now updating dist...
This commit is contained in:
parent
2b17026c68
commit
370f3cfc8c
5
.github/workflows/pdf.yml
vendored
5
.github/workflows/pdf.yml
vendored
@ -16,11 +16,12 @@ jobs:
|
|||||||
- uses: xu-cheng/texlive-action/full@v1
|
- uses: xu-cheng/texlive-action/full@v1
|
||||||
|
|
||||||
- name: Make manual
|
- name: Make manual
|
||||||
run: make -n pdf
|
run: make -n dist
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: photobook.pdf
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
files: dist/photobook*.zip
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user