Skip to content

Commit

Permalink
blargh
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Feb 21, 2025
1 parent 43615f3 commit 44ec529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-with-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo "Command terminated with ${EXIT_CODE}"
if [ -n "${ARTIFACT_DIR:=}" ]; then
echo 'Compressing build artifacts...'
cd "$ARTIFACT_DIR"
tar cvzf artifacts.tar.gz *
tar cvjf artifacts.tar.bz2 --remove-files *
fi

exit "${EXIT_CODE}"

0 comments on commit 44ec529

Please sign in to comment.