We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261f12d commit cea753bCopy full SHA for cea753b
.travis.yml
@@ -36,9 +36,9 @@ after_success:
36
# make sure only pushes to rewrite create a new release, otherwise pretend PR and upload to transfer.sh
37
- if [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
38
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
39
-- bash upload.sh out/*.AppImage*
+- bash upload.sh /home/travis/build/linuxdeploy/linuxdeploy-plugin-qt-examples/out/*.AppImage*
40
41
branches:
42
except:
43
- # Do not build tags that we create when we upload to GitHub Releases
44
- - /^(?i:continuous)$/
+ - /^(?i:continuous)$/
0 commit comments