Skip to content

Commit

Permalink
Merge pull request #35 from TMBotDev/beta
Browse files Browse the repository at this point in the history
修改构建组件
  • Loading branch information
timiya233 authored Jun 29, 2023
2 parents e65994a + 8b1c3ec commit 938f47f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: version
uses: notiz-dev/github-action-json-property@release
with:
path: "package.json"
path: "./TMBot/package.json"
prop_path: "version"
- name: Upload TMBot
uses: actions/upload-artifact@v3.1.0
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
run: |
cp TMBotStart.exe ./TMBot/
cp package.json ./TMBot/
- name: Sync TMBot Package Version
run : |
cd TMBot
node app.js -syncVer
cd ..
- name: Build Linux Startup Files
run: |
mkdir build
Expand Down

0 comments on commit 938f47f

Please sign in to comment.