We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac4b5e commit 218ad4fCopy full SHA for 218ad4f
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: yusancky/setup-typst@v2
10
with:
11
version: latest
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: Extract version
14
id: toml
15
run: |
@@ -21,13 +21,13 @@ jobs:
21
ln -s $(pwd) ~/.local/share/typst/packages/preview/accelerated-jacow/$VERSION
22
- name: Init & compile
23
24
- mkdir test
25
- cd test
26
typst init @preview/accelerated-jacow:$VERSION
27
cd accelerated-jacow
28
ls -l
29
typst compile *.typ
30
- - uses: actions/upload-artifact@v3
+ ls -l
+ - uses: actions/upload-artifact@v4
31
32
name: PDF
33
- path: '*.pdf'
+ path: 'accelerated-jacow/*.pdf'
+ if-no-files-found: error
0 commit comments