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
75fa429b
authored
Apr 23, 2023
by
JustSong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix GitHub Actions
parent
b61bbe73
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
.github/workflows/linux-release.yml
+5
-0
.github/workflows/macos-release.yml
+4
-0
.github/workflows/windows-release.yml
+5
-0
No files found.
.github/workflows/linux-release.yml
View file @
75fa429b
name
:
Linux Release
permissions
:
contents
:
write
on
:
push
:
...
...
@@ -45,5 +47,7 @@ jobs:
files
:
|
one-api
one-api-arm64
draft
:
true
generate_release_notes
:
true
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
.github/workflows/macos-release.yml
View file @
75fa429b
name
:
macOS Release
permissions
:
contents
:
write
on
:
push
:
...
...
@@ -36,5 +38,7 @@ jobs:
if
:
startsWith(github.ref, 'refs/tags/')
with
:
files
:
one-api-macos
draft
:
true
generate_release_notes
:
true
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
.github/workflows/windows-release.yml
View file @
75fa429b
name
:
Windows Release
permissions
:
contents
:
write
on
:
push
:
...
...
@@ -39,5 +41,7 @@ jobs:
if
:
startsWith(github.ref, 'refs/tags/')
with
:
files
:
one-api.exe
draft
:
true
generate_release_notes
:
true
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
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