Skip to content

Commit 8c92121

Browse files
committed
Workflow fix
1 parent f5f4547 commit 8c92121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Make doc
3737
run: make doc
3838
- name: Add example
39-
run: tar -xJf "examples/TCA166's history.xz" -C target/doc/
39+
run: tar -xvzf "examples/TCA166's history.xz" -C target/doc/
4040
- name: Setup Pages
4141
uses: actions/configure-pages@v5
4242
- name: Upload artifact

0 commit comments

Comments
 (0)