Skip to content

Commit

Permalink
[travis] Fix releases upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
llambeau committed Apr 14, 2021
1 parent c3bcb31 commit 936c4ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@ jobs:
- stage: Releases
name: Create and release packages
script: make package
if: tag IS present
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file:
- pkg/arnavon-linux
- pkg/arnavon-macos
- pkg/arnavon-win.exe
cleanup: true
skip_cleanup: true
on:
tags: true

0 comments on commit 936c4ba

Please sign in to comment.