Skip to content

Commit

Permalink
Added a further features section in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jan 20, 2025
1 parent 483fe30 commit 5c3a853
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

## Fixed behavior compared to `actions/upload-artifact`

1. **Do preserve file permissions**
1. **Preserve file permissions**
The artifact's content is collected in a tarball, which allows preserving file attributes like file permissions.
2. **Don't remove common prefix from files**
`actions/upload-artifact` removes the common prefix from all files before storing in an artifact. This is not a
Expand All @@ -93,6 +93,12 @@ jobs:
This action defines a root directory from where the content of the tarball is constructed. This is independent of the
list of provided file patterns.

## Further Features

* Files can be uploaded as a legacy artifact using `actions/upload-artifact`.
`pyTooling/download-artifact` accepts artifacts from `actions/upload-artifact`, `pyTooling/upload-artifact` *tar* mode
and `pyTooling/upload-artifact` *legacy* mode.


## Limitations of `tar`

Expand Down

0 comments on commit 5c3a853

Please sign in to comment.