Skip to content

Commit 3e62547

Browse files
committed
ci: clean up package-release script by removing unused documentation copies
1 parent bb89078 commit 3e62547

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/ci/package-release.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,13 @@ archive_path="$repo_root/$output_dir/$artifact_name.$archive_format"
104104

105105
rm -rf "$staging_dir"
106106
rm -f "$archive_path"
107-
mkdir -p "$staging_dir/docs"
108107

109108
cp "$binary_path" "$staging_dir/$binary_name"
110109

111110
for relative_path in host-bridge.toml README.md LICENSE; do
112111
cp "$repo_root/$relative_path" "$staging_dir/$relative_path"
113112
done
114113

115-
for relative_path in docs/configuration.md docs/usage.md; do
116-
cp "$repo_root/$relative_path" "$staging_dir/$relative_path"
117-
done
118-
119114
case "$archive_format" in
120115
tar.gz)
121116
tar -czf "$archive_path" -C "$repo_root/$output_dir" "$artifact_name"

0 commit comments

Comments
 (0)