Fix build

This commit is contained in:
cxfksword
2022-10-14 12:53:27 +08:00
parent e4b2edac4e
commit 9b2e303b2a

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install JPRM
run: python -m pip install jprm
- name: Run JPRM
run: chmod +x build_plugin.sh && build_plugin.sh ${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: