From eff7beaceeadc6b35e28d796cdd5ef4fd23266c0 Mon Sep 17 00:00:00 2001 From: Neelix57 <63342144+Neelix57@users.noreply.github.com> Date: Sat, 26 Sep 2020 08:26:34 +0200 Subject: [PATCH] Add files via upload --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1321ba60..486d4fee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ deploy: # file: dist/PySolFC.app file: PySolFC.app.tar.xz on: - repo: Neelix57/PySolFC + repo: shlomif/PySolFC tags: true skip_cleanup: true dist: bionic @@ -63,3 +63,4 @@ script: - if test "$TRAVIS_OS_NAME" = "osx" ; then PYTHONPATH="." python3 setup_osx.py py2app ; fi - if test "$TRAVIS_OS_NAME" = "osx" ; then find . -iname '*.app' ; fi - if test "$TRAVIS_OS_NAME" = "osx" ; then (cd dist && tar -cvf ../PySolFC.app.tar PySolFC.app/) && xz PySolFC.app.tar ; fi +