From d00f8b4e84d241138d0cf64ba46d7378cc43d702 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 24 Mar 2023 13:47:50 -0400 Subject: ci: fix main (#18420) --- .github/workflows/ci.generate.ts | 1 + .github/workflows/ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 92ed6c658..0943d8d9a 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -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", }, diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53c362b22..eca9aa3ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |- -- cgit v1.2.3