From 3ea67e7bfde4d9cc772809e0d5cdc6fb9a8154aa Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 8 Jun 2024 13:53:30 +0200 Subject: [PATCH] fix: remove JSON folder after converting to Protobuf (#55) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2951fc9..fec23b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |