From 50e27039cbf79f07de6267c273ee4dc9ae0752ce Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Thu, 3 Jul 2025 17:34:11 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix:=20try=20recursive=20directo?= =?UTF-8?q?ry=20search=20when=20upload=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cec74b78..68521d1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -244,4 +244,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - ./uploadtool/upload.sh Release/* + ./uploadtool/upload.sh Release/**/*