From 9b7034f164e1d2f2bcbfac84bb590b62689dd39d Mon Sep 17 00:00:00 2001 From: jiangtao Date: Mon, 19 Aug 2024 20:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E6=89=93=E5=8C=85=E8=BF=87?= =?UTF-8?q?=E7=A8=8B?= 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 7eabd35..1f80273 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: uses: softprops/action-gh-release@v2 with: files: | - app/build/outputs/apk/ci/*.apk + app/build/outputs/apk/ci/**/*.apk