Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change directory before zipping #25
Browse files Browse the repository at this point in the history
thomas-saigre committed Oct 23, 2024
1 parent 0e68a17 commit 1b12d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
@@ -154,6 +154,7 @@ jobs:
temp_dir=$(mktemp -d)
# tar -czvf "${temp_dir}/${{ needs.workflow-setup.outputs.prefixwithref }}.tar.gz" -C artifact ./
# mv "${temp_dir}/${{ needs.workflow-setup.outputs.prefixwithref }}.tar.gz" ./
cd artifact
zip -r "${temp_dir}/${{ needs.workflow-setup.outputs.prefixwithref }}.zip" ./
mv "${temp_dir}/${{ needs.workflow-setup.outputs.prefixwithref }}.zip" ./
rm -rf "$temp_dir"

0 comments on commit 1b12d08

Please sign in to comment.