Skip to content

Commit

Permalink
fix: another typo in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 13, 2024
1 parent d688b93 commit ef7d1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
mkdir -p cjit-tutorial
cp -ra cjit-bin/* cjit-tutorial/
cp -ra examples cjit-tutorial/
tar cvfz cjit-tutorial.tar cjit-tutorial
tar cvfz cjit-tutorial.tar.gz cjit-tutorial
mkdir -p cjit-bin/release-tutorial
mv cjit-tutorial.tar.gz cjit-bin/release-tutorial/
- name: show release directory structure
Expand Down

0 comments on commit ef7d1f3

Please sign in to comment.