Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Ignore directory structure when zipping. (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassAndOneHalf authored Oct 18, 2019
1 parent 010171c commit ead4217
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 @@ -48,15 +48,15 @@ jobs:
script: sbt ciReleaseSonatype
- stage: release-preprocessor
script: skip
before_deploy: zip ./fuzzypp/bin/fuzzyppcli.zip ./fuzzypp/bin/fuzzyppcli
before_deploy: zip -j ./fuzzyppcli.zip ./fuzzypp/bin/fuzzyppcli
deploy:
edge: true
provider: releases
cleanup: false
token: "$GITHUB_TOKEN"
target_commitish: "$TRAVIS_COMMIT"
file:
- "./fuzzypp/bin/fuzzyppcli.zip"
- "./fuzzyppcli.zip"
# TODO: Publish Windows build.

before_cache:
Expand Down

0 comments on commit ead4217

Please sign in to comment.