Skip to content

Commit 4cd0851

Browse files
author
Capuccino
committed
Plastic love
1 parent e6857d5 commit 4cd0851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
# This is the script part. This is where the actual building is happening.
3737
# This produces an artifact which we'll use later on to publish a release.
3838

39-
script: ./renpy.sh "../mod/" lint && ./renpy.sh launcher distribute "../mod/" --savedir launcher && ls $TRAVIS_HOME
39+
script: ./renpy.sh "../mod/" lint && ./renpy.sh launcher distribute "../mod/" --savedir launcher && ls ..
4040

4141

4242
# This is where the actual releases happen. Travis has the ability to publish releases from GitHub, Amazon S3, OpenShift, etc.
@@ -48,7 +48,7 @@ deploy:
4848
api_key:
4949
secure: $GITHUB_API_KEY
5050
file:
51-
- "$TRAVIS_HOME/********-*.*.*-dists/*"
51+
- "../********-*.*.*-dists/*"
5252
skip_cleanup: true
5353
on:
5454
tags: true # your mods only builds and uploads releases on a GitHub Git tag so make sure you tag and release accordingly!

0 commit comments

Comments
 (0)