1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 07:13:24 +03:00

Use github-release correctly when uploading assets

This commit is contained in:
Tae Won Ha 2016-10-10 19:30:17 +02:00
parent 0fc4b2f61d
commit 118d3ed48b
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -83,5 +83,5 @@ GITHUB_TOKEN=$(cat ~/.config/github.qvacua.release.token) github-release upload
--user qvacua \
--repo vimr \
--tag "$TAG_NAME" \
--name "$RELEASE_VERSION" \
--name "$VIMR_FILE_NAME" \
--file "$VIMR_FILE_NAME"