mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
fix
This commit is contained in:
parent
de3a020b66
commit
a16aae5b5d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function generateBuildJobs(): Record<string, unknown> {
|
|||
run: [
|
||||
"mkdir -p target/release",
|
||||
`tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/prebuilt -czf target/release/deno_src.tar.gz -C .. deno`,
|
||||
],
|
||||
].join("\n"),
|
||||
};
|
||||
const packageStep = {
|
||||
name: "Package",
|
||||
|
|
Loading…
Reference in a new issue