diff --git a/.travis.yml b/.travis.yml index 1e6982f..dd49189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,12 @@ solution: SolutionSnapshotter.sln script: - msbuild SolutionSnapshotter.sln -p:Configuration=Release -p:OutputPath=artifacts - - ls - - cd SolutionSnapshotter - - ls - - cd artifacts - - ls + - cd SolutionSnapshotter/artifacts deploy: api_key: $GITHUB_TOKEN draft: true - file: \SolutionSnapshotter\artifacts\solution-snapshotter.exe + file: SolutionSnapshotter/artifacts/solution-snapshotter.exe provider: releases skip_cleanup: true on: