Skip to content

Commit 2014814

Browse files
committed
修复版本获取失败
1 parent f742ca8 commit 2014814

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/Release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ jobs:
2020
run: |
2121
mkdir TMBot
2222
tsc --outDir ./TMBot/ -watch false
23-
cd TMBot
24-
node app.js -syncVer
25-
cd ..
2623
- name: Copy Files
2724
run: |
2825
cp TMBotStart.exe ./TMBot/
2926
cp package.json ./TMBot/
27+
- name: Sync TMBot Package Version
28+
run : |
29+
cd TMBot
30+
node app.js -syncVer
31+
cd ..
3032
- name: Build Linux Startup Files
3133
run: |
3234
mkdir build

0 commit comments

Comments
 (0)