Skip to content

Commit

Permalink
release script: copy lib to bin. (#4605)
Browse files Browse the repository at this point in the history
  • Loading branch information
csyonghe authored Jul 11, 2024
1 parent d94a748 commit a190846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ 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
Expand Down

0 comments on commit a190846

Please sign in to comment.