diff --git a/.github/workflows/csharp-tests.yml b/.github/workflows/csharp-tests.yml index 13357b3..490d02c 100644 --- a/.github/workflows/csharp-tests.yml +++ b/.github/workflows/csharp-tests.yml @@ -118,7 +118,9 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v3 - name: Install dependencies - run: cd bindings/csharp && dotnet restore + run: | + cd bindings/csharp && dotnet restore + find Ckzg.Bindings/runtimes - name: Build run: cd bindings/csharp && dotnet pack -c release --no-restore -o nupkgs -p:Version=${{ inputs.version || env.binding_build_number_based_version }} -p:ContinuousIntegrationBuild=true - name: Upload package