Skip to content

albr21/gha-download-and-extract-artifact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gha-download-and-extract-artifact

GitHub Action used as a workaround for GHES multi-file artifact slowdown after using gha-package-and-upload-artifact - Downloads via actions/download-artifact and extracts artifacts.

Usage

steps:
  - name: Download and Extract Artifact
    uses: albr21/gha-download-and-extract-artifact@1.0.0
    with:
      path: /path/to/extract
      artifact-id: my-artifact
      package-name: my-package

Contributing

Check out the CONTRIBUTING file for guidelines on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

GitHub Action used as a workaround for GHES multi-file artifact slowdown after using gha-package-and-upload-artifact - Downloads via actions/download-artifact and extracts artifacts.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors