summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKNnut <9387720+KNnut@users.noreply.github.com>2020-11-09 02:07:33 +0800
committerGitHub <noreply@github.com>2020-11-08 19:07:33 +0100
commit8cc5e18f80ad571869388d0094dadc02689a8c20 (patch)
treeabf3d6c82ac44981ff8527b5bcbd251f0a86f2d3 /.github
parent5995c58e634aa11f80987be8572dfc6e7c2a2906 (diff)
chore: remove dead code (#8296)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a0cf5e5a0..68721a4d2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
!startsWith(github.ref, 'refs/tags/std/')
run: |
mkdir -p target/release
- tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/node_modules --exclude=third_party/python_packages --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
+ tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
- name: Install rust
uses: hecrj/setup-rust-action@v1