From 1eaa1e18f3957cf78cc8359dff95fe0a276fa61c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Sep 2022 16:15:23 +0300 Subject: [PATCH] added artifacts.... --- .github/workflows/pdf.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index 95639eb..77d755d 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -24,4 +24,16 @@ jobs: with: files: dist/photobook*.zip + - name: Build artifacts + uses: actions/upload-artifact@v3 + with: + name: build artifacts + path: photobook.pdf + + - name: Dist artifacts + uses: actions/upload-artifact@v3 + with: + name: build artifacts + path: dist/photobook*.zip +