From efb2d6b04e2e4e284c0e25a62f0ed7b3d973a2b4 Mon Sep 17 00:00:00 2001 From: WangFeng Huang <1398969445@qq.com> Date: Wed, 27 Mar 2024 15:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=91=E5=B8=83=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=20(#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a4a54bb..6d2ae79 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -253,5 +253,5 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - files: NVDA_Lazy_Edition/* + files: "*.zip" prerelease: ${{ contains(github.ref, 'rc') }}