From c9e44c1c3f815a9838ed16ba0229aff4563e95c2 Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Thu, 31 Oct 2024 17:57:35 +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 | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1241d12..b515c6d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,8 +11,6 @@ on: jobs: build: runs-on: ubuntu-latest - container: - image: golang:1.18 steps: - name: Checkout code @@ -39,13 +37,10 @@ jobs: run: | mkdir -p artifacts zip -r artifacts/build.zip WebIndex/dist/ - - - name: Create Release - 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 + with: + files: |- + artifacts/build.zip \ No newline at end of file