Skip to content

Commit

Permalink
first version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ext-michal.rogalinski committed Dec 21, 2018
1 parent 5269e44 commit 87e30d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deploy:
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: "*.dll"
file: "bin/**/*"
skip_cleanup: true
on:
branch: master
Expand Down
1 change: 1 addition & 0 deletions TestGpuProgram.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>7.3</LangVersion>
<Version>0.0.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 87e30d0

Please sign in to comment.