mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
ci: Don't re-archive the tar.xz benchmark baseline
The new version of `actions/upload-artifact` allows for skipping the automatic file zipping, which is good because our files are already compressed.
This commit is contained in:
@@ -320,6 +320,7 @@ jobs:
|
||||
with:
|
||||
name: ${{ env.BASELINE_NAME }}
|
||||
path: ${{ env.BASELINE_NAME }}.tar.xz
|
||||
archive: false # already compressed
|
||||
|
||||
- name: Print test logs if available
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user