This commit is contained in:
parent
cef5d196ff
commit
cde4efaad0
1 changed files with 4 additions and 3 deletions
|
|
@ -20,11 +20,12 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
typst c 1.typ
|
mkdir output
|
||||||
typst c 2.typ
|
typst c 1.typ output/
|
||||||
|
typst c 2.typ output/
|
||||||
- name: upload part 1
|
- name: upload part 1
|
||||||
uses: forgejo/upload-artifact@v4
|
uses: forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: SEMPL.zip
|
name: SEMPL.zip
|
||||||
path: *.pdf
|
path: output
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue