From ed19120846521157cf6c72e775df0574b25e9ee8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Sep 2022 16:45:46 +0300 Subject: [PATCH] more fixing and cleanup... --- .github/workflows/pdf.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index 5c8c8a4..55fd1e7 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -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