From f903769b2dfa36b95b2c87b7ea7901409741421d Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Thu, 31 Oct 2024 17:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c5f8a9c..c2b15d3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -39,5 +39,11 @@ jobs: zip -r artifacts/build.zip WebIndex/dist/ - name: Create Release - use: https://gitea.com/actions/gitea-release-action@v1 + uses: https://gitea.com/actions/release-action@main + with: + files: | + artifacts/build.zip + + - name: Upload Release Asset + uses: https://gitea.com/actions/gitea-release-action@v1 \ No newline at end of file