Skip to content

Commit

Permalink
Updating travis config for compatability with latest version of creat…
Browse files Browse the repository at this point in the history
…e-dmg
  • Loading branch information
SteffeyDev committed Jul 4, 2018
1 parent d4e2ac8 commit ce47bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

# Create and validate the DMG
- create-dmg atemOSC.app
- find atemOSC-*.dmg
- find atemOSC *.dmg

deploy:
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: atemOSC-*.dmg
file: atemOSC *.dmg
draft: true
skip_cleanup: true
on:
Expand Down

0 comments on commit ce47bc1

Please sign in to comment.