From 0efb95a9388555fb125d5b7824afd260277c1f0d Mon Sep 17 00:00:00 2001 From: catus felis Date: Sun, 2 Feb 2025 20:44:28 +0700 Subject: [PATCH] Update release_all.yml --- .github/workflows/release_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_all.yml b/.github/workflows/release_all.yml index 607ceab..7535498 100644 --- a/.github/workflows/release_all.yml +++ b/.github/workflows/release_all.yml @@ -59,7 +59,7 @@ jobs: run: | source .venv/bin/activate && uv pip list && - uv run python ./bin/convert_all.py --input_folder=$INPUT_DIR --output_folder=$OUTPUT_DIR --extension=tab --filter=Hero + uv run python ./bin/convert_all.py --input_folder=$INPUT_DIR --output_folder=$OUTPUT_DIR --extension=tab --filter=TrungViet - name: Report the results run: |