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