From ce8378da377dca2d303c6684d9d1a6e752acd38e Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Wed, 31 Oct 2018 11:25:31 +0100 Subject: [PATCH] Fix the builds --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b6c3b04..21de952f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,8 @@ script: - | github-release upload \ --owner=slashiee \ - --repo=gfx_pack \ + --repo=cemu_graphic_packs \ --tag="Travis$TRAVIS_BUILD_NUMBER" \ - --name="Graphic Packs: version $TRAVIS_BUILD_NUMBER" \ + --name="1.14.0 Graphic Packs: V$TRAVIS_BUILD_NUMBER" \ --body="$(git log -1 --format='Commited at %ci by **%cn** in commit %h%n### %s%n```%n%b%n```%n')" \ "graphicPacks$TRAVIS_BUILD_NUMBER"".zip"