Skip to content

Commit

Permalink
Merge pull request #6 from bmresearch/5-fix-actions-dll-reference
Browse files Browse the repository at this point in the history
Fixing dll references in publish action
  • Loading branch information
hoakbuilds authored Sep 30, 2021
2 parents 30563d0 + 688005f commit 15b8a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.ACCESS_TOKEN }}
file: Solnet.Serum/bin/Release/net5.0/ref/Solnet.Serum.dll
file: Solnet.Pyth/bin/Release/net5.0/ref/Solnet.Pyth.dll
tag: ${{ steps.publish_nuget.outputs.VERSION }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
2 changes: 1 addition & 1 deletion SharedBuildProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Solnet.Pyth</Product>
<Version>0.1.1</Version>
<Version>0.2.0</Version>
<Copyright>Copyright 2021 &#169; Solnet</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
Expand Down

0 comments on commit 15b8a45

Please sign in to comment.