fix(ci): remove renaming from compact-codec (#12133)

This commit is contained in:
joshieDo
2024-10-28 21:28:52 +09:00
committed by GitHub
parent b5c0a46363
commit 87a615fe26

View File

@ -37,8 +37,7 @@ jobs:
# On `main` branch, generates test vectors and serializes them to disk using `Compact`.
- name: Generate compact vectors
run: |
${{ matrix.bin }} -- test-vectors compact --write &&
for f in ./testdata/micro/compact/*; do mv "$f" "$(dirname "$f")/$(basename "$f" | awk -F '__' '{print $NF}')"; done
${{ matrix.bin }} -- test-vectors compact --write
- name: Checkout PR
uses: actions/checkout@v4
with: