mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 18:30:10 +00:00
added artifacts....
This commit is contained in:
parent
a26d60106a
commit
1eaa1e18f3
12
.github/workflows/pdf.yml
vendored
12
.github/workflows/pdf.yml
vendored
@ -24,4 +24,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: dist/photobook*.zip
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user