Skip to content

Commit a190846

Browse files
authored
release script: copy lib to bin. (#4605)
1 parent d94a748 commit a190846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
- name: Package Slang
147147
id: package
148148
run: |
149+
cp "${lib_dir}/*" "${bin_dir}/""
149150
# For the release, also generate a tar.gz file
150151
cpack --preset "$config" -G ZIP
151152
cpack --preset "$config" -G TGZ

0 commit comments

Comments
 (0)