Skip to content

Commit

Permalink
[CI] forgot to delete "share" directory in generate_binaries.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Nov 17, 2024
1 parent 92fd1df commit 79611a3
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 @@ -53,7 +53,7 @@ for (platform, libdir, ext) in platforms

# Create a folder with the version number of the package
mkdir("$(package)_binaries.$version2")
for folder in ("lib", "bin", "share")
for folder in ("lib", "bin")
cp(folder, "$(package)_binaries.$version2/$folder")
end

Expand Down

0 comments on commit 79611a3

Please sign in to comment.