Skip to content

Instantly share code, notes, and snippets.

View flhofer's full-sized avatar
🏠
Working from home

Florian Hofer flhofer

🏠
Working from home
View GitHub Profile
@flhofer
flhofer / gh-dl-latest-art.sh
Last active February 10, 2020 01:41
Github: Download and unzip latest successful build artifacts of a (private) repository
#!/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.