Lunny Xiao
2 years ago
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
3 changed files with
5 additions and
5 deletions
-
.gitea/workflows/release-tag.yml
-
README.md
-
README_CN.md
|
|
@ -17,11 +17,11 @@ jobs: |
|
|
|
with: |
|
|
|
go-version: '>=1.20.1' |
|
|
|
- name: release-build |
|
|
|
run: go build -ldflags="-s -w -X 'main.Version=${DRONE_TAG}'" -o bin/reverse-${DRONE_TAG}-linux-amd64 |
|
|
|
run: go build -ldflags="-s -w -X 'main.Version=${{ github.ref_name }}'" -o bin/reverse-${{ github.ref_name }}-linux-amd64 |
|
|
|
- name: release-build-windows |
|
|
|
run: GOOS=windows GOARCH=amd64 go build -ldflags="-s -w -X 'main.Version=${DRONE_TAG}'" -o bin/reverse-${DRONE_TAG}-windows-amd64.exe |
|
|
|
run: GOOS=windows GOARCH=amd64 go build -ldflags="-s -w -X 'main.Version=${{ github.ref_name }}'" -o bin/reverse-${{ github.ref_name }}-windows-amd64.exe |
|
|
|
- name: release-build-darwin |
|
|
|
run: GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w -X 'main.Version=${DRONE_TAG}'" -o bin/reverse-${DRONE_TAG}-darwin-amd64 |
|
|
|
run: GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w -X 'main.Version=${{ github.ref_name }}'" -o bin/reverse-${{ github.ref_name }}-darwin-amd64 |
|
|
|
- name: Use Go Action |
|
|
|
id: use-go-action |
|
|
|
uses: actions/release-action@main |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[中文](README_CN.md) |
|
|
|
|
|
|
|
[](https://drone.gitea.com/xorm/reverse) [](https://gocover.io/xorm.io/reverse) |
|
|
|
[](https://gocover.io/xorm.io/reverse) |
|
|
|
[](https://goreportcard.com/report/xorm.io/reverse) |
|
|
|
|
|
|
|
# Reverse |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[English](README.md) |
|
|
|
|
|
|
|
[](https://drone.gitea.com/xorm/reverse) [](https://gocover.io/xorm.io/reverse) |
|
|
|
[](https://gocover.io/xorm.io/reverse) |
|
|
|
[](https://goreportcard.com/report/xorm.io/reverse) |
|
|
|
|
|
|
|
# Reverse |
|
|
|