From 04055e53c2bc8f98b963badffed7eb5c4ee4eb5b Mon Sep 17 00:00:00 2001 From: PJ568 Date: Mon, 5 Feb 2024 23:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=91=E8=A1=8C=E7=89=88?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 469025a..56fb2ec 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -67,4 +67,4 @@ jobs: token: ${{ secrets.TOKEN }} generateReleaseNotes: true tag: ${{ github.ref_name }} - artifacts: Release/* \ No newline at end of file + artifacts: "Release/Android/*.apk,Release/Linux/*,Release/Web/*,Release/Windows/*" \ No newline at end of file