sdfdsafsad
This commit is contained in:
parent
61fb846a5a
commit
68f0f346b5
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
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 . &&
|
||||
jar -c -f dst/jscript.jar -e me.topchetoeu.jscript.Main -C dst/classes .
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user