diff options
-rwxr-xr-x | tools/upload-github-release-asset.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/upload-github-release-asset.sh b/tools/upload-github-release-asset.sh index 0dbf71a..af78fee 100755 --- a/tools/upload-github-release-asset.sh +++ b/tools/upload-github-release-asset.sh | |||
@@ -1,8 +1,11 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | # | 2 | # |
3 | # Author: Stefan Buck | 3 | # Author: Hsieh Chin Fan (typebrook) <typebrook@gmail.com> |
4 | # License: MIT | 4 | # License: MIT |
5 | # https://gist.github.com/stefanbuck/ce788fee19ab6eb0b4447a85fc99f447 | 5 | # https://gist.github.com/typebrook/4947769e266173303d8848f496e272c9 |
6 | # | ||
7 | # Originally created by stefanbuck | ||
8 | # fork from: https://gist.github.com/stefanbuck/ce788fee19ab6eb0b4447a85fc99f447 | ||
6 | # | 9 | # |
7 | # | 10 | # |
8 | # This script accepts the following parameters: | 11 | # This script accepts the following parameters: |