diff options
| author | Luca Casonato <hello@lcas.dev> | 2024-01-31 16:09:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 15:09:17 +0000 |
| commit | 81042fb875fc018ebda2044b61dfdc4fd1660f7a (patch) | |
| tree | cc6b459a239c461d04ec77b47748776959c8bfea /.github/workflows/ci.generate.ts | |
| parent | 1b83b844547d8d2afb60ce3ef605ee77c7bd3974 (diff) | |
ci: fix canary uploads for unix (#22206)
Diffstat (limited to '.github/workflows/ci.generate.ts')
| -rwxr-xr-x | .github/workflows/ci.generate.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 5352e40fe..cd5e6426f 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -477,7 +477,7 @@ const ci = { { name: "Setup gcloud (unix)", if: [ - "matrix.os == 'windows' &&", + "matrix.os != 'windows' &&", "matrix.profile == 'release' &&", "matrix.job == 'test' &&", "github.repository == 'denoland/deno' &&", |
