From 68f0f346b5a6eabd0adb34ef7d36f05e1d4280a2 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Sat, 26 Aug 2023 11:34:14 +0300 Subject: [PATCH] sdfdsafsad --- .github/workflows/tagged-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index f6b06bf..6854b26 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -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: