diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-09 15:25:55 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-09 15:25:55 +0800 |
| commit | af0754a921255ea9103df39c158a4966040d9c3e (patch) | |
| tree | 6503c4f0838e7f1283d4cf88cd846c90ac67d7ba /tools | |
| parent | 24a79b10c9e90ac24c99d3bb33ef347d8961b118 (diff) | |
update
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/github-release.sh (renamed from tools/upload-github-release-asset.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upload-github-release-asset.sh b/tools/github-release.sh index 1a7048e..4f760c0 100755 --- a/tools/upload-github-release-asset.sh +++ b/tools/github-release.sh | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | # | 22 | # |
| 23 | # Example: | 23 | # Example: |
| 24 | # | 24 | # |
| 25 | # upload-github-release-asset.sh github_api_token=TOKEN owner=stefanbuck repo=playground tag=v0.1.0 filename=./build.zip overwrite=true | 25 | # github-release.sh github_api_token=TOKEN owner=stefanbuck repo=playground tag=v0.1.0 type=asset filename=./build.zip overwrite=true |
| 26 | # | 26 | # |
| 27 | 27 | ||
| 28 | # Check dependencies. | 28 | # Check dependencies. |