Skip to content

Commit

Permalink
Update generate_binaries.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Jul 28, 2024
1 parent e692555 commit 74346e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/julia/generate_binaries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ for (platform, libdir, ext) in platforms

cd("$(package)_binaries.$version2")
if ext == "dll"
run(`zip -r --symlinks ../../../$(package)_binaries.$version2.$platform.zip share include modules lib`)
run(`zip -r --symlinks ../../../$(package)_binaries.$version2.$platform.zip share include modules lib bin`)
else
run(`tar -czf ../../../$(package)_binaries.$version2.$platform.tar.gz share include modules lib`)
end
Expand Down

0 comments on commit 74346e3

Please sign in to comment.