main: use tar for upstream orig archive generation
This commit is contained in:
parent
19ce78f0f9
commit
cfbfc87fec
1 changed files with 8 additions and 2 deletions
10
main.js
10
main.js
|
@ -183,8 +183,14 @@ async function main() {
|
|||
await exec.exec("docker", [
|
||||
"exec",
|
||||
container,
|
||||
"git-deborig",
|
||||
"HEAD"
|
||||
"tar",
|
||||
"--exclude-vcs",
|
||||
"--exclude=debian",
|
||||
"--create",
|
||||
"--gzip",
|
||||
"--verbose",
|
||||
`--file=../${pkg}_${version}.orig.tar.gz`,
|
||||
"."
|
||||
])
|
||||
core.endGroup()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue