Commit 5f34c4a9 by CaIon

feat: update release configuration to use new-api binaries for consistency

parent 5b26120b
...@@ -51,8 +51,8 @@ jobs: ...@@ -51,8 +51,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
files: | files: |
one-api new-api
one-api-arm64 new-api-arm64
draft: true draft: true
generate_release_notes: true generate_release_notes: true
env: env:
......
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
files: one-api-macos files: new-api-macos
draft: true draft: true
generate_release_notes: true generate_release_notes: true
env: env:
......
...@@ -46,7 +46,7 @@ jobs: ...@@ -46,7 +46,7 @@ jobs:
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
files: one-api.exe files: new-api.exe
draft: true draft: true
generate_release_notes: true generate_release_notes: true
env: env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment