diff --git a/.github/workflows/publish-master.yml b/.github/workflows/publish-master.yml index c05df75..e110144 100644 --- a/.github/workflows/publish-master.yml +++ b/.github/workflows/publish-master.yml @@ -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}}