Skip to content

Commit

Permalink
It helps if I actually tell it to publish it
Browse files Browse the repository at this point in the history
  • Loading branch information
LogicAndTrick authored Oct 1, 2020
1 parent c112b08 commit 364b219
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: Sledge.Formats/Sledge.Formats.csproj
PACKAGE_NAME: Sledge.Formats
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_SOURCE: https://api.nuget.org
- name: Publish Sledge.Formats.Bsp
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: Sledge.Formats.Bsp/Sledge.Formats.Bsp.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit 364b219

Please sign in to comment.