ci: cleanup *.svg.xz files in release_ci.yml

This commit is contained in:
Delyan Angelov 2024-09-13 09:27:51 +03:00
parent 0b76a0ca19
commit b656481f62
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -81,7 +81,7 @@ jobs:
find . -type d -name ".git" -exec rm -rf {} +
rm -rf vc/
rm -rf v_old
rm -rf vlib/v/tests/bench/gcboehm/*.svg
rm -rf vlib/v/tests/bench/gcboehm/*.svg.xz
- name: Create ZIP archive
shell: bash
run: |