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 be4d3db commit 12f20df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Create Debug Release
uses: ncipollo/release-action@v1
with:
tag: "releasev2"
artifacts: "/home/runner/work/InfoMsg/InfoMsg/bin/Debug/net6.0/*.dll"
tag: "InfoMsg 1.0.0.0"
artifacts: "/home/runner/work/InfoMsg/InfoMsg/bin/Debug/net6.0/InfoMsg.dll"
token: ${{ secrets.MY_BUILD_SECRET }}

0 comments on commit 12f20df

Please sign in to comment.