Skip to content

Commit 218ad4f

Browse files
authored
Update test.yml
1 parent 1ac4b5e commit 218ad4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: yusancky/setup-typst@v2
1010
with:
1111
version: latest
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Extract version
1414
id: toml
1515
run: |
@@ -21,13 +21,13 @@ jobs:
2121
ln -s $(pwd) ~/.local/share/typst/packages/preview/accelerated-jacow/$VERSION
2222
- name: Init & compile
2323
run: |
24-
mkdir test
25-
cd test
2624
typst init @preview/accelerated-jacow:$VERSION
2725
cd accelerated-jacow
2826
ls -l
2927
typst compile *.typ
30-
- uses: actions/upload-artifact@v3
28+
ls -l
29+
- uses: actions/upload-artifact@v4
3130
with:
3231
name: PDF
33-
path: '*.pdf'
32+
path: 'accelerated-jacow/*.pdf'
33+
if-no-files-found: error

0 commit comments

Comments
 (0)