sdfdsafsad

This commit is contained in:
TopchetoEU 2023-08-26 11:34:14 +03:00
parent 61fb846a5a
commit 68f0f346b5
No known key found for this signature in database
GPG Key ID: 24E57B2E9C61AD19

View File

@ -18,7 +18,7 @@ jobs:
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: