more fixing and cleanup...

This commit is contained in:
Alex A. Naanou 2022-09-14 16:45:46 +03:00 committed by GitHub
parent ebcb3ea474
commit ed19120846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,16 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: xu-cheng/texlive-action/full@v1
- name: Build dist
uses: xu-cheng/texlive-action/full@v1
with:
run: |
apk add make git zip
apk add |
make
git
zip
git config --global --add safe.directory '*'
make dist
- name: Release
@ -25,13 +31,13 @@ jobs:
with:
files: dist/photobook*.zip
- name: Build artifacts
- name: Artifacts (build)
uses: actions/upload-artifact@v3
with:
name: build artifacts
path: photobook.pdf
- name: Dist artifacts
- name: Artifacts (dist)
uses: actions/upload-artifact@v3
with:
name: dist artifacts