Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Jan 17, 2024
0 parents commit 62432b3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/CI.yml
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 }}
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20240117
6 changes: 6 additions & 0 deletions out/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
俄勒冈:[[美国弗吉尼亚州文特山农场 OVH数据中心 ovh.com ]]
德国法兰克福:[[美国 美国 ]]
日本大阪:[[日本大阪府大阪市 Microsoft microsoft.com ]]
教育:[[中国 重庆 重庆 教育网]]
联通:[[中国 重庆 重庆 联通]]
香港:[[中国 香港 microsoft.com ]]
Binary file added out/cz.ipdb
Binary file not shown.

0 comments on commit 62432b3

Please sign in to comment.