diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fff7620..83cfeb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,10 +73,10 @@ jobs: dotnet-version: '8.0.x' - name: Build native library (win-x64) - run: msbuild include/build/vs2022win10/libopenmpt.sln /m /t:libopenmpt /p:Platform=x64;Configuration=ReleaseShared + run: msbuild include/build/vs2022win10/libopenmpt.sln /m /t:libopenmpt /p:Platform=x64 /p:Configuration=ReleaseShared - name: Build managed library and nuget package - run: dotnet pack -c Release /p:ContinuousIntegrationBuild=true;VersionPrefix=${{ needs.check-upstream.outputs.version }}.0 + run: dotnet pack -c Release /p:ContinuousIntegrationBuild=true /p:VersionPrefix=${{ needs.check-upstream.outputs.version }}.0 - name: Upload nuget package - run: dotnet nuget push bin/LibOpenMPT.NET/Release/*nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/${{ github.event.repository.name }}/index.json \ No newline at end of file + run: dotnet nuget push bin/LibOpenMPT.NET/Release/LibOpenMPT.NET.${{ needs.check-upstream.outputs.version }}.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/${{ github.event.repository.owner.login }}/index.json \ No newline at end of file diff --git a/source/LibOpenMPT.NET.csproj b/source/LibOpenMPT.NET.csproj index 19fd7c8..85bdea7 100644 --- a/source/LibOpenMPT.NET.csproj +++ b/source/LibOpenMPT.NET.csproj @@ -5,6 +5,7 @@ Xpl0itR $(SolutionDir)bin/$(MSBuildProjectName) Copyright © 2024 Xpl0itR + Embedded A mostly source-generated, blittable bindings library wrapping libopenmpt using ClangSharp's PInvokeGenerator and csbindgen's GroupedNativeMethodsGenerator, targeting .NET 8.0 and .NET Standard 2.0 true true @@ -20,8 +21,8 @@ - - + +