Skip to content

Commit cea753b

Browse files
author
Alexis Lopez Zubieta
committed
Fix resulting AppImages not being uploaded
1 parent 261f12d commit cea753b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ after_success:
3636
# make sure only pushes to rewrite create a new release, otherwise pretend PR and upload to transfer.sh
3737
- if [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
3838
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
39-
- bash upload.sh out/*.AppImage*
39+
- bash upload.sh /home/travis/build/linuxdeploy/linuxdeploy-plugin-qt-examples/out/*.AppImage*
4040

4141
branches:
4242
except:
4343
- # Do not build tags that we create when we upload to GitHub Releases
44-
- /^(?i:continuous)$/
44+
- /^(?i:continuous)$/

0 commit comments

Comments
 (0)