Skip to content

Releases: pyTooling/upload-artifact

v1.2.2

06 Dec 21:44
a0ea2ae

Choose a tag to compare

This derived upload-artifact action fixes many issues introduced and never acknowledged or fixed by GitHub's actions/upload-artifact.

  • Preserve file permissions (e.g. x-bit a.k.a executable bit)
  • Construct artifact content from a user-definable working directory - no magic common prefix removals as done by actions/upload-artifact.