diff options
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. |