Skip to content

Commit 938f47f

Browse files
authored
Merge pull request #35 from TMBotDev/beta
修改构建组件
2 parents e65994a + 8b1c3ec commit 938f47f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/Release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: version
4646
uses: notiz-dev/github-action-json-property@release
4747
with:
48-
path: "package.json"
48+
path: "./TMBot/package.json"
4949
prop_path: "version"
5050
- name: Upload TMBot
5151
uses: actions/[email protected]

.github/workflows/build-repo.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
run: |
2929
cp TMBotStart.exe ./TMBot/
3030
cp package.json ./TMBot/
31+
- name: Sync TMBot Package Version
32+
run : |
33+
cd TMBot
34+
node app.js -syncVer
35+
cd ..
3136
- name: Build Linux Startup Files
3237
run: |
3338
mkdir build

0 commit comments

Comments
 (0)