diff options
author | typebrook <typebrook@gmail.com> | 2020-03-08 23:37:32 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-08 23:37:32 +0800 |
commit | 0199b390477e18f43df48cec4fc776c299152a64 (patch) | |
tree | 8a191c9908bbd487cd31465510fd0732ac683696 | |
parent | 24455d691ffd40100835ff9a0d547b6aad09f9bf (diff) |
update
-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: |