Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/loxsmoke/mddox
Browse files Browse the repository at this point in the history
  • Loading branch information
loxsmoke committed Aug 19, 2024
2 parents 6183e22 + 357d549 commit adcae01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
dotnet-version: '8.x'

- name: Build the project
run: dotnet build --c Release
run: dotnet build mddox.csproj -c Release
working-directory: src

- name: Publish to NuGet.org
env:
NUGET_API_KEY: ${{ secrets.LOXSMOKE_NUGET_API_KEY }}
run: dotnet nuget push ./nupkg/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
working-directory: src

0 comments on commit adcae01

Please sign in to comment.