Skip to content

Instantly share code, notes, and snippets.

@tubone24
tubone24 / upload-github-release-asset.sh
Last active July 18, 2019 23:27 — forked from stefanbuck/upload-github-release-asset.sh
Script to upload a release asset using the GitHub API v3 modyfied for using Circle-CI.
#!/usr/bin/env bash
#
# Author: Stefan Buck
# Modified by tubone
# License: MIT
# https://gist.github.com/stefanbuck/ce788fee19ab6eb0b4447a85fc99f447
#
#
#
# Script to upload a release asset using the GitHub API v3.