Skip to content

GitHub Action to download a tar artifact from a workflow run, with permissions preserved

License

Notifications You must be signed in to change notification settings

thebrowsercompany/gha-download-tar-artifact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

GitHub Action to download a tar artifact from a workflow run, with permissions preserved

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published