Skip to content

Commit

Permalink
fix suffix in travis to dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis committed Jul 15, 2019
1 parent 7e24e3b commit a09383a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ before_install:
script:
- qmake -makefile -o Makefile DeepLabel.pro
- make -j4
- pwd
- ls .
- ls ./release

deploy:
provider: releases
Expand All @@ -23,7 +26,7 @@ deploy:
DWV05TXNXzHLItL4uv1XMjDJtTHosZKt9dSvqX6p1AT2tQfUinfNJDV/A4u6zjYS/vyGqoQDPNF3FpYOU3tlkbeaLSNEFc0XP4XBEqa5f1e6VPO0fsr3Hw2Vz9ezDieLXctoM2elRwKXdaL+rWg/nXMcbbOwxXGjgOWEhNzvq+xug/NjsGL6GBTEfjdDk
33oET8gTgnip3A9SeW6cc5aCmzFFqvvzvpR5hXwH4YPuvQ5lt7CY98oPMFKocESeFDwQtsmWD3ZbWu1BIRoiedffV3ghquTlVy9iADGze4mc9S9AfA5ikt1z1gfjZbbKjoGzb4nEIOjbDz1Sl79QMT40uoNXScqc9P8G5+tj0AHxCPO7+5eYDjHoo5is+
KabmLGyLuJTjUZ9nFHVO5rA6oooEpIL9Ozj6a/tMR5PcYb0X3E51WkMMOxFcWqtqQ32s67Sug3CntNns2srM+lf3dfZm8kg+8CvSSjKpOMLPvqvxeAuVnHgel7XqAzFi3of+miQPaV+AuQi2nVfXkWKX63JoWU="
file: release/DeepLabel.app"
file: "/Users/travis/build/jveitchmichaelis/deeplabel/release/deeplabel.dmg"
skip_cleanup: true
on:
tags: true

0 comments on commit a09383a

Please sign in to comment.