fix: 更新 Gitea workflow 格式
Some checks failed
Release / build (push) Has been cancelled

This commit is contained in:
2026-04-23 20:33:12 +08:00
parent 1a76243f8f
commit e0b7ea984f

View File

@@ -5,15 +5,17 @@ on:
tags:
- 'v*'
jobs:
build:
runs-on: local
container:
image: golang:1.26-alpine
env:
env:
GOPROXY: "https://mirrors.aliyun.com/goproxy/,direct"
GITEA_URL: "https://hub.gaomia.site"
GITEA_TOKEN: "${{ secrets.release_token }}"
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
run: |