Fix travis releases
This commit is contained in:
parent
b1c05b4e8c
commit
7aedf53213
@ -54,9 +54,9 @@ after_success:
|
|||||||
# Create github release
|
# Create github release
|
||||||
- |
|
- |
|
||||||
github-release upload \
|
github-release upload \
|
||||||
--owner=Crementif \
|
--owner=slashiee \
|
||||||
--repo=cemu_graphic_packs \
|
--repo=cemu_graphic_packs \
|
||||||
--tag="Travis$TRAVIS_BUILD_NUMBER" \
|
--tag="Travis$TRAVIS_BUILD_NUMBER" \
|
||||||
--name="Graphic Packs: version $TRAVIS_BUILD_NUMBER" \
|
--name="Graphic Packs: version $TRAVIS_BUILD_NUMBER" \
|
||||||
--body="$(git log -1 --format='Commited at %ci by **%cn** in commit %h%n### %s%n```%n%b%n```')" \
|
--body="$(git log -1 --format='Commited at %ci by **%cn** in commit %h%n### %s%n```%n%b%n```')" \
|
||||||
"graphicPacks$buildType""_$TRAVIS_BUILD_NUMBER"".zip"
|
"graphicPacks$buildType""_$TRAVIS_BUILD_NUMBER"".zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user