diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-24 13:47:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-24 13:47:50 -0400 |
| commit | d00f8b4e84d241138d0cf64ba46d7378cc43d702 (patch) | |
| tree | 6c6946e50511816f502cb8501c1b49cf6645f779 /.github/workflows/ci.yml | |
| parent | de4667febee41284ceddb873d27d7e6cf65a66ff (diff) | |
ci: fix main (#18420)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |- |
