Skip to content
Compare
Choose a tag to compare
@Paebbels Paebbels released this 14 Dec 22:16
· 27 commits to main since this release

New Features

  • Set tar options --gname=root, --gid=0, --uname=root, --uid=0 for BSD tar (macOS).

Changes

  • Improved tar options from --owner=0, --group=0 to --owner=root:0, --group=root:0 for GNU tar (Linux, Windows).
  • Replaced echo by printf.
  • Reworked color code escaping.

Bug Fixes

  • Fixed incorrect color code ANSI_Y.

Documentation

  • Listed competing GitHub Actions.

Unit Tests

  • Completely reworked testing of uploaded artifacts and their contents.
  • Reworked inspection jobs how actions/upload-artifact behaves.