diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 1 |
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 |
