Skip to content

Commit

Permalink
fix github actions upload release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralP committed Sep 26, 2023
1 parent 44588bf commit b33cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: CustomModels\bin\Release\CustomModels.dll
files: CustomModels/bin/Release/CustomModels.dll
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b33cebb

Please sign in to comment.