Skip to content

Commit afb2f78

Browse files
orestesgaolinCopilot
andcommitted
ci: fix disk analyzer upload
Co-authored-by: Copilot <copilot@github.com>
1 parent c4a7e7d commit afb2f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_disk_analyzer_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
asset_name="${bundle_dir#release-assets/bundle-}"
5252
(
5353
cd "$bundle_dir"
54-
zip -r "../../dist/${asset_name}.zip" bundle
54+
zip -r "../../dist/${asset_name}.zip" bin lib
5555
)
5656
done
5757

0 commit comments

Comments
 (0)