-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dev
committed
Feb 21, 2024
0 parents
commit 7f94d1b
Showing
4 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: 'CI' | ||
on: | ||
push: | ||
workflow_dispatch: | ||
jobs: | ||
build: | ||
permissions: write-all | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Worker | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: | | ||
VERSIONNOW=$(cat VERSION);echo [$VERSIONNOW];echo -e "VERSIONNOW=$VERSIONNOW\n" >> ${GITHUB_ENV};echo ${{ env.VERSIONNOW }} | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
name: ${{ env.VERSIONNOW }} | ||
tag_name: ${{ env.VERSIONNOW }} | ||
body_path: out/RELEASE | ||
files: out/*.ipdb | ||
- name: Clear Releases | ||
uses: dev-drprasad/delete-older-releases@v0.2.0 | ||
with: | ||
keep_latest: 5 | ||
delete_tags: true | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20240221 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
俄勒冈:[[美国弗吉尼亚州文特山农场 OVH数据中心 ovh.com ]] | ||
德国法兰克福:[[美国 美国 ]] | ||
日本大阪:[[日本大阪府大阪市 Microsoft microsoft.com ]] | ||
教育:[[中国 重庆 重庆 教育网]] | ||
联通:[[中国 重庆 重庆 联通]] | ||
香港:[[中国 香港 microsoft.com ]] |
Binary file not shown.