Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.31 KB

@thebrowsercompany/gha-download-tar-artifact

Download and untar Action Artifacts from your Workflow Runs. Internally powered by GitHub's @actions/download-artifact action. This action uses @actions/download-artifact to download the tar file and untar it, preserving permissions on non-Windows platforms.

See also gha-upload-tar-artifact. For further documentation, refer to the @actions/download-artifact documentation.

Usage

Inputs

- uses: thebrowsercompany/gha-upload-tar-artifact@main
  with:
    # Name of the artifact to download. If unspecified, defaults to `artifact`.
    name:

    # Destination path.
    # Required.
    path:

Outputs

Name Description Example
Name Description Example
- - -
download-path Absolute path where the artifact(s) were downloaded /tmp/my/download/path