From e84f80405bf7a634959264b66372d1edea730f39 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 24 Mar 2023 13:47:50 -0400 Subject: [PATCH] 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 92ed6c658c..0943d8d9ad 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 53c362b222..eca9aa3aef 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: |-