diff --git a/README.md b/README.md index 935371c..57486c5 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ $ export GITHUB_TOKEN=YOURTOKEN ```bash $ ./scripts/sysroot-creator-wheezy.sh BuildSysrootARM -$ ./scripts/sysroot-creator-wheezy.sh UploadSysrootARM +$ ./scripts/sysroot-creator-wheezy.sh UploadSysrootARM 0.1.0 "release description" ``` diff --git a/scripts/sysroot-creator.sh b/scripts/sysroot-creator.sh index ef4d9c8..a6366e6 100755 --- a/scripts/sysroot-creator.sh +++ b/scripts/sysroot-creator.sh @@ -505,7 +505,7 @@ UploadSysroot() { --repo debian-sysroot-image-creator \ --tag "v${rev}" \ --name "${rev}" \ - --description "" + --description "$2" github-release upload \ --user atom \ --repo debian-sysroot-image-creator \