diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index 8bc4f47..9d629e0 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -17,3 +17,10 @@ jobs: - name: Make manual run: make -n pdf + + - name: Release + uses: softprops/action-gh-release@v1 + with: + files: photobook.pdf + +