feat: rename output binaries to new-api for consistency across platforms

This commit is contained in:
CaIon
2025-09-27 15:04:06 +08:00
parent e94d6f1581
commit f50eb9dde7
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: Build Backend
run: |
go mod download
go build -ldflags "-s -w -X 'one-api/common.Version=$(git describe --tags)'" -o one-api.exe
go build -ldflags "-s -w -X 'one-api/common.Version=$(git describe --tags)'" -o new-api.exe
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')