Releases: pyTooling/upload-artifact
Releases · pyTooling/upload-artifact
v1.2.2
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.