1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
This commit is contained in:
Luca Casonato 2021-03-05 23:43:39 +01:00
parent de3a020b66
commit a16aae5b5d
No known key found for this signature in database
GPG key ID: 789878CF6382A84F

View file

@ -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",