diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1adaab25..96fffee8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,7 +224,6 @@ jobs: run: | cd target/release zip -r deno-x86_64-unknown-linux-gnu.zip deno - zip -r denort-x86_64-unknown-linux-gnu.zip denort ./deno types > lib.deno.d.ts - name: Pre-release (mac) @@ -235,7 +234,6 @@ jobs: run: | cd target/release zip -r deno-x86_64-apple-darwin.zip deno - zip -r denort-x86_64-apple-darwin.zip denort - name: Pre-release (windows) if: | @@ -244,7 +242,6 @@ jobs: matrix.profile == 'release' run: | Compress-Archive -CompressionLevel Optimal -Force -Path target/release/deno.exe -DestinationPath target/release/deno-x86_64-pc-windows-msvc.zip - Compress-Archive -CompressionLevel Optimal -Force -Path target/release/denort.exe -DestinationPath target/release/denort-x86_64-pc-windows-msvc.zip - name: Upload canary to dl.deno.land (unix) if: | @@ -376,7 +373,7 @@ jobs: - name: Clean before cache shell: bash run: | - rm -f target/*/deno target/*/denort target/*/test_server + rm -f target/*/deno target/*/test_server rm -rf target/*/examples/ rm -rf target/*/gn_out/ rm -rf target/*/*.zip |
