mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
ci: fix main (#18420)
This commit is contained in:
parent
de4667febe
commit
d00f8b4e84
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.generate.ts
vendored
1
.github/workflows/ci.generate.ts
vendored
|
@ -566,6 +566,7 @@ const ci = {
|
|||
"github.repository == 'denoland/deno' &&",
|
||||
"(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))",
|
||||
].join("\n"),
|
||||
shell: "pwsh",
|
||||
run:
|
||||
"Compress-Archive -CompressionLevel Optimal -Force -Path target/release/deno.exe -DestinationPath target/release/deno-x86_64-pc-windows-msvc.zip",
|
||||
},
|
||||
|
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -351,6 +351,7 @@ jobs:
|
|||
matrix.profile == 'release' &&
|
||||
github.repository == 'denoland/deno' &&
|
||||
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))))
|
||||
shell: pwsh
|
||||
run: Compress-Archive -CompressionLevel Optimal -Force -Path target/release/deno.exe -DestinationPath target/release/deno-x86_64-pc-windows-msvc.zip
|
||||
- name: Upload canary to dl.deno.land (unix)
|
||||
if: |-
|
||||
|
|
Loading…
Reference in a new issue