fix: resturcture build pipeline
This commit is contained in:
8
.github/workflows/tagged-release.yml
vendored
8
.github/workflows/tagged-release.yml
vendored
@@ -18,13 +18,7 @@ jobs:
|
||||
repository: 'java-jscript'
|
||||
- name: "Build"
|
||||
run: |
|
||||
cd java-jscript;
|
||||
ls;
|
||||
mkdir -p dst/classes;
|
||||
rsync -av --exclude='*.java' src/ dst/classes;
|
||||
tsc --outDir dst/classes/me/topchetoeu/jscript/js --declarationDir dst/classes/me/topchetoeu/jscript/dts;
|
||||
find src -name "*.java" | xargs javac -d dst/classes;
|
||||
jar -c -f dst/jscript.jar -e me.topchetoeu.jscript.Main -C dst/classes .
|
||||
cd java-jscript; node ./build.js
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user