feat: 添加gitea action flows
/ release (push) Failing after 0s Details

This commit is contained in:
lovezsh 2024-08-25 19:57:31 +08:00
parent 98f555391f
commit c33a31d2bd
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
on:
push:
tags:
- v*
jobs:
release:
runs-on: lego
steps:
- name: checkout
uses: http://${{secrets.ACTION_ACCESS_GIT}}@git.lovezsh.com/actions/checkout@v4
- name: build
uses: https://github.com/actions/setup-go@v5
with:
go-version: "1.22.4"
run: |
GOOS=linux GOARCH=amd64 go build -o nip cmd/main.go
GOOS=windows GOARCH=amd64 go build -o nip.exe cmd/main.go
- name: upload
run: |
curl --help all