diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2b28f0e..d6c8e6e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -50,7 +50,7 @@ jobs: - name: Install JPRM run: python -m pip install jprm - name: Run JPRM - run: chmod +x ./build_plugin.sh && ./build_plugin.sh ${{ env.artifact }} ${{steps.vars.outputs.VERSION}} ${GITHUB_REF#refs/*/} + run: chmod +x ./build.sh && ./build.sh ${{ env.artifact }} ${{steps.vars.outputs.VERSION}} ${GITHUB_REF#refs/*/} - name: Publish release uses: svenstaro/upload-release-action@v2 with: diff --git a/build_plugin.sh b/build.sh similarity index 100% rename from build_plugin.sh rename to build.sh