Upload multiple artifacts to GitHub Release in parallel
Upload multiple artifacts to GitHub Release in parallel
ghr$ ghr -t $GITHUB_TOKEN -u username -r repo v1.0.0 /path/to/artifact.tar.gz$ ghr -t $GITHUB_TOKEN -u username -r repo v1.0.0 ./dist/$ ghr -t $GITHUB_TOKEN -u username -r repo -n 'Release v1.0.0' -p 4 v1.0.0 ./build/