File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 5252 mkdir artifacts
5353 cp ./build/ScriptableMC-Engine-JS.jar ./artifacts/
5454 cp ./build/ScriptableMC-Engine-JS-Bundled.jar ./artifacts/
55- # cp ./build/ScriptableMC-Engine-PY.jar ./artifacts/
56- # cp ./build/ScriptableMC-Engine-PY-Bundled.jar ./artifacts/
5755 cp ./ScriptableMC-Tools-TS/lib/ScriptableMC-TypeScript-Lib.zip ./artifacts/
5856 cp ./ScriptableMC-Tools-TS/lib/ScriptableMC-JavaScript-Lib.zip ./artifacts/
5957 cp ./ScriptableMC-Tools-TS/lib-smc/Lib-SMC.zip ./artifacts/
Original file line number Diff line number Diff line change @@ -50,24 +50,12 @@ jobs:
5050 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151 with :
5252 args : ' ScriptableMC-Engine-JS/build/libs/ScriptableMC-Engine-JS.jar'
53- # - name: Upload Python Engine Plugin Jar
54- # uses: skx/github-action-publish-binaries@master
55- # env:
56- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57- # with:
58- # args: 'ScriptableMC-Engine-PY/build/libs/ScriptableMC-Engine-PY.jar'
5953 - name : Upload Bundled JavaScript Engine Plugin Jar
6054 uses : skx/github-action-publish-binaries@master
6155 env :
6256 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6357 with :
6458 args : ' ScriptableMC-Engine-JS/Bundled/build/libs/ScriptableMC-Engine-JS-Bundled.jar'
65- # - name: Upload Bundled Python Engine Plugin Jar
66- # uses: skx/github-action-publish-binaries@master
67- # env:
68- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69- # with:
70- # args: 'ScriptableMC-Engine-PY/Bundled/build/libs/ScriptableMC-Engine-PY-Bundled.jar'
7159 - name : Upload TypeScript Libraries
7260 uses : skx/github-action-publish-binaries@master
7361 env :
You can’t perform that action at this time.
0 commit comments