From 24961c7f5ee61c31a26cb3bca13db10a2b21d5cb Mon Sep 17 00:00:00 2001 From: Catus Phan Date: Wed, 18 Dec 2024 14:34:05 +0800 Subject: [PATCH] Createss output dirs --- .github/workflows/release_all_external.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_all_external.yml b/.github/workflows/release_all_external.yml index bc7d337..676ea48 100644 --- a/.github/workflows/release_all_external.yml +++ b/.github/workflows/release_all_external.yml @@ -62,6 +62,7 @@ jobs: run: | cp dict/*.* $INPUT_DIR/ && ls $INPUT_DIR && + mkdir $OUTPUT_DIR && ls -l | wc -l - name: Build all dictionaries