Skip to content

Commit 01be371

Browse files
authored
fix typo in deploy.yml
1 parent ad5dbfd commit 01be371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
# set -e
3737
curl -svL https://github.com/typst/typst/releases/download/v0.13.1/typst-x86_64-unknown-linux-musl.tar.xz | \
38-
tar --strip-components 1 -jxf - typst-x86_64-unknown-linux-musl/typst
38+
tar --strip-components 1 -Jxf - typst-x86_64-unknown-linux-musl/typst
3939
./typst -V
4040
- name: Setup Pages
4141
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)