summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-07-10 19:48:26 -0700
committerGitHub <noreply@github.com>2024-07-10 19:48:26 -0700
commitcc86174e079210bcea6021e0ad90ba80dbf4e929 (patch)
tree6f444ae5342bab18c426541b57976e7b145b117d /.github
parenta1908461fa2cec77dbdbf5af3d8d433cf08923c4 (diff)
revert release script change. (#4607)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3d4bcb055..5fab3f471 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -146,7 +146,6 @@ jobs:
- name: Package Slang
id: package
run: |
- cp "${lib_dir}/*" "${bin_dir}/""
# For the release, also generate a tar.gz file
cpack --preset "$config" -G ZIP
cpack --preset "$config" -G TGZ