From 7aedf53213385926c1486883331a565ee01402a9 Mon Sep 17 00:00:00 2001 From: Milan <26669564+Crementif@users.noreply.github.com> Date: Sun, 13 May 2018 22:28:10 +0200 Subject: [PATCH] Fix travis releases --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7539c90..b44788ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,9 +54,9 @@ after_success: # Create github release - | github-release upload \ - --owner=Crementif \ + --owner=slashiee \ --repo=cemu_graphic_packs \ --tag="Travis$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```')" \ - "graphicPacks$buildType""_$TRAVIS_BUILD_NUMBER"".zip" \ No newline at end of file + "graphicPacks$buildType""_$TRAVIS_BUILD_NUMBER"".zip"