We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a84bd commit 8bcb623Copy full SHA for 8bcb623
.github/workflows/release.yml
@@ -37,13 +37,13 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
with:
40
- args: 'build/ScriptableMC-Engine-JS.jar'
+ args: 'ScriptableMC-Engine-JS/build/libs/ScriptableMC-Engine-JS.jar'
41
- name: Upload Python Engine Plugin Jar
42
uses: skx/github-action-publish-binaries@master
43
44
45
46
- args: 'build/ScriptableMC-Engine-PY.jar'
+ args: 'ScriptableMC-Engine-PY/build/libs/ScriptableMC-Engine-PY.jar'
47
- name: Upload Bundled JavaScript Engine Plugin Jar
48
49
0 commit comments