Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Nov 12, 2023
1 parent 27b19d0 commit 5905676
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
runs-on: windows-2022
runs-on: windows-latest

steps:
- name: Checkout
Expand All @@ -22,4 +22,8 @@ jobs:
run: dotnet publish -c Release

- name: Publish NuGet package
run: dotnet nuget push ./publish/Core/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: |
dir
dir publish
dir publish/Core
dotnet nuget push ./publish/Core/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 5905676

Please sign in to comment.