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 +