Skip to content

Commit

Permalink
[CI] Correctly include dll and lib in libzim archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Aug 21, 2024
1 parent b027e1b commit e0ffa7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def major_version(version: str) -> str:
),
"lib/libzim.dylib",
"lib/*/libzim.pc",
"lib/libzim.dll",
"lib/libzim.lib",
"include/zim/**/*.h",
"share/icu/{}/icudt{}l.dat".format(
base_deps_versions["icu4c"], major_version(base_deps_versions["icu4c"])
Expand Down

0 comments on commit e0ffa7b

Please sign in to comment.