aaaaa
This commit is contained in:
parent
97c2b46460
commit
61fb846a5a
12
.github/workflows/tagged-release.yml
vendored
12
.github/workflows/tagged-release.yml
vendored
@ -13,12 +13,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Build & test"
|
- name: "Build & test"
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls &&
|
||||||
mkdir -p dst/classes
|
mkdir -p dst/classes &&
|
||||||
rsync -av --exclude='*.java' src/ dst/classes
|
rsync -av --exclude='*.java' src/ dst/classes &&
|
||||||
tsc --outDir dst/classes/me/topchetoeu/jscript/js --declarationDir dst/classes/me/topchetoeu/jscript/dts
|
tsc --outDir dst/classes/me/topchetoeu/jscript/js --declarationDir dst/classes/me/topchetoeu/jscript/dts &&
|
||||||
find src -name "*.java" | xargs javac -d dst/classes
|
find src -name "*.java" | xargs javac -d dst/classes &&
|
||||||
jar -c -f dst/jscript.jar -e me.topchetoeu.jscript.Main -C dst/classes .
|
jar -c -f dst/jscript.jar -e me.topchetoeu.jscript.Main -C dst/classes . &&
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user