From c380ed9fcd82816666152bb85ee7e05e5a7f9a01 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Sep 2022 16:23:46 +0300 Subject: [PATCH] tweaking... --- .github/workflows/pdf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index 77d755d..77b3445 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -16,7 +16,7 @@ jobs: - uses: xu-cheng/texlive-action/full@v1 - name: Make manual - run: make -n dist + run: make dist - name: Release uses: softprops/action-gh-release@v1 @@ -33,7 +33,7 @@ jobs: - name: Dist artifacts uses: actions/upload-artifact@v3 with: - name: build artifacts + name: dist artifacts path: dist/photobook*.zip