forked from waja/action-debian-package
main: + -> ;
This commit is contained in:
parent
8cb980e7ab
commit
4bf213cfe4
2
main.js
2
main.js
|
@ -87,7 +87,7 @@ async function main() {
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
"exec",
|
"exec",
|
||||||
container,
|
container,
|
||||||
"find", "..", "-type", "f", "-exec", "cp", "{}", ".", "+"
|
"find", "..", "-type", "f", "-exec", "cp", "{}", ".", ";"
|
||||||
])
|
])
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Reference in a new issue