fix: copyAssets (#512)

* deps: Add shelljs @types/shelljs
* fix: copyAssets

use shelljs.cp instead of actions/core/io/cp (io.cp)

- https://github.com/shelljs/shelljs
This commit is contained in:
Shohei Ueda
2020-10-14 18:13:17 +09:00
committed by GitHub
parent 46b269eb77
commit 725f7db867
3 changed files with 45 additions and 32 deletions

View File

@@ -58,7 +58,9 @@
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@actions/glob": "^0.1.0",
"@actions/io": "^1.0.2"
"@actions/io": "^1.0.2",
"@types/shelljs": "^0.8.8",
"shelljs": "^0.8.4"
},
"devDependencies": {
"@types/jest": "^26.0.14",