fix: remove JSON folder after converting to Protobuf (#55)

This commit is contained in:
Patric Stout
2024-06-08 13:53:30 +02:00
committed by GitHub
parent d3f56455d5
commit 3ea67e7bfd

View File

@@ -92,6 +92,7 @@ jobs:
protoc --python_out=. esf.proto
python -m convert sde
python -m list_shiptypes sde
rm -rf sde_json
- name: Fetch icons
run: |