We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c72e5 commit 0638e46Copy full SHA for 0638e46
2 files changed
.github/workflows/ci.yml
@@ -64,15 +64,13 @@ jobs:
64
env:
65
GH_TOKEN: ${{ secrets.ATRIOR_TOKEN }}
66
67
- # 上传构建产物为 GitHub Actions artifacts
68
- name: Upload Build Artifacts
69
uses: actions/upload-artifact@v4
70
with:
71
name: ${{ matrix.artifact_name }}
72
path: ${{ matrix.artifact_path }}
73
retention-days: 1
74
75
- # 统一发布到 Release
76
release:
77
needs: build
78
runs-on: ubuntu-latest
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Kessoku-the-Broadcaster",
3
"private": true,
4
- "version": "0.0.6-alpha",
+ "version": "0.0.7-alpha",
5
"main": "dist/electron/main.js",
6
"author": {
7
"name": "algoUX",
0 commit comments