Skip to content

Commit

Permalink
Optimize build artifact size by removing object files.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Aug 8, 2023
1 parent d3f5cb9 commit 7ae7a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ ee make -j "$(nproc)"

# pack
ee popd
ee 'tar -czf contract.tar.gz build/*'
ee 'tar -czf contract.tar.gz --exclude="*.obj" build/*'

echo "Done! - ${0##*/}"

0 comments on commit 7ae7a54

Please sign in to comment.