Fix build

This commit is contained in:
cxfksword
2022-10-14 12:49:52 +08:00
parent cf8e8c94d7
commit e4b2edac4e
3 changed files with 36 additions and 71 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install JPRM
run: python -m pip install jprm
- name: Run JPRM
run: python build_plugin.py --version=${GITHUB_REF#refs/*/}
run: chmod +x build_plugin.sh && build_plugin.sh ${GITHUB_REF#refs/*/}
- name: Update release
uses: svenstaro/upload-release-action@v2
with: