Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5f34c4a9
authored
Sep 27, 2025
by
CaIon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: update release configuration to use new-api binaries for consistency
parent
5b26120b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/linux-release.yml
+2
-2
.github/workflows/macos-release.yml
+1
-1
.github/workflows/windows-release.yml
+1
-1
No files found.
.github/workflows/linux-release.yml
View file @
5f34c4a9
...
...
@@ -51,8 +51,8 @@ jobs:
if
:
startsWith(github.ref, 'refs/tags/')
with
:
files
:
|
one
-api
one
-api-arm64
new
-api
new
-api-arm64
draft
:
true
generate_release_notes
:
true
env
:
...
...
.github/workflows/macos-release.yml
View file @
5f34c4a9
...
...
@@ -44,7 +44,7 @@ jobs:
uses
:
softprops/action-gh-release@v1
if
:
startsWith(github.ref, 'refs/tags/')
with
:
files
:
one
-api-macos
files
:
new
-api-macos
draft
:
true
generate_release_notes
:
true
env
:
...
...
.github/workflows/windows-release.yml
View file @
5f34c4a9
...
...
@@ -46,7 +46,7 @@ jobs:
uses
:
softprops/action-gh-release@v1
if
:
startsWith(github.ref, 'refs/tags/')
with
:
files
:
one
-api.exe
files
:
new
-api.exe
draft
:
true
generate_release_notes
:
true
env
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment