Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranserver authored Nov 9, 2022
1 parent 78eb675 commit c07c005
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 @@ -32,5 +32,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: "releasev1"
artifacts: "bin/RELEASE/*.dll"
artifacts: "/home/runner/work/InfoMsg/InfoMsg/bin/Debug/net6.0/*.dll"
token: ${{ secrets.MY_BUILD_SECRET }}

0 comments on commit c07c005

Please sign in to comment.