diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 7bd05ea..e9177b5 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -13,6 +13,7 @@ jobs: steps: - name: "Build & test" run: | + 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