Skip to content

Commit

Permalink
Remove unnecessary object files from build dir artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Aug 1, 2023
1 parent 7eb8c6d commit 10e2319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ ee make -j "$(nproc)"

# pack
ee popd
ee 'tar -czf build.tar.gz build/*'
ee 'tar -czf --exclude "*.o" build.tar.gz build/*'

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

0 comments on commit 10e2319

Please sign in to comment.