This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # inspired by gh-dl-release by maxim | |
| # | |
| # This script downloads and extracts the artifacts from the latest | |
| # successful build of private GitHub repositories. | |
| # Artifacts must be uploaded with the upload action after build | |
| # completes. | |
| # | |
| # This simple script just downloads every artifact url it finds. |