fix
This commit is contained in:
parent
720f306e1b
commit
1a84de8483
1
.github/workflows/tagged-release.yml
vendored
1
.github/workflows/tagged-release.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Build & test"
|
- name: "Build & test"
|
||||||
run: |
|
run: |
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user