diff --git a/release.sh b/release.sh index 9592e23..948cd12 100755 --- a/release.sh +++ b/release.sh @@ -38,10 +38,8 @@ GOOS=darwin GOARCH=amd64 ./build.sh # Push the newly built release tag git push --tags -# FIXME: Put the actual URL here, don't just refer to Github -# # FIXME: Instead of asking the user to upload the binaries, # upload them for the user. echo -echo "Please upload the following binaries to the new release page on Github:" +echo "Please upload the following binaries to :" find . -maxdepth 1 -name 'moar-*-*-*' -print0 | xargs -0 -n1 basename