Skip to content

Commit

Permalink
return to previous directory before moving the zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-saigre committed Oct 23, 2024
1 parent 1b12d08 commit 82b0f9c
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
Expand Up @@ -156,6 +156,7 @@ jobs:
# mv "${temp_dir}/${{ needs.workflow-setup.outputs.prefixwithref }}.tar.gz" ./
cd artifact
zip -r "${temp_dir}/${{ needs.workflow-setup.outputs.prefixwithref }}.zip" ./
cd ..
mv "${temp_dir}/${{ needs.workflow-setup.outputs.prefixwithref }}.zip" ./
rm -rf "$temp_dir"
Expand Down

0 comments on commit 82b0f9c

Please sign in to comment.