Skip to content

Commit

Permalink
zip syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Apr 1, 2024
1 parent 8ca02b0 commit eced04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bench/bottest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ sleep 30

ls -al "$OUT_DIR"

zip "$OUT_DIR/bottest.zip" "$OUT_DIR/*.log" "$OUT_DIR/output.tracy" -r
zip -r "$OUT_DIR/bottest.zip" "$OUT_DIR/*.log" "$OUT_DIR/output.tracy"

1 comment on commit eced04c

@github-actions
Copy link

@github-actions github-actions bot commented on eced04c Apr 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bot test failed. Please check the workflow run for details.

Please sign in to comment.