Skip to content

Commit 0638e46

Browse files
committed
upd: release 0.0.7-alpha to COS
1 parent 08c72e5 commit 0638e46

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,13 @@ jobs:
6464
env:
6565
GH_TOKEN: ${{ secrets.ATRIOR_TOKEN }}
6666

67-
# 上传构建产物为 GitHub Actions artifacts
6867
- name: Upload Build Artifacts
6968
uses: actions/upload-artifact@v4
7069
with:
7170
name: ${{ matrix.artifact_name }}
7271
path: ${{ matrix.artifact_path }}
7372
retention-days: 1
7473

75-
# 统一发布到 Release
7674
release:
7775
needs: build
7876
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Kessoku-the-Broadcaster",
33
"private": true,
4-
"version": "0.0.6-alpha",
4+
"version": "0.0.7-alpha",
55
"main": "dist/electron/main.js",
66
"author": {
77
"name": "algoUX",

0 commit comments

Comments
 (0)