added artifacts....

This commit is contained in:
Alex A. Naanou 2022-09-14 16:15:23 +03:00 committed by GitHub
parent a26d60106a
commit 1eaa1e18f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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