Skip to content

Commit 4927b1c

Browse files
committed
updating nuget package publish
1 parent 8f5e69c commit 4927b1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main-push-nuget-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
with:
3939
submodules: recursive
40-
40+
4141
- uses: dtolnay/rust-toolchain@stable
4242

4343
- name: Build Rust (Linux)
@@ -75,9 +75,9 @@ jobs:
7575
with:
7676
dotnet-version: "10.0.x"
7777

78-
- name: Pack (includes both natives)
78+
- name: Build (managed)
7979
working-directory: cas-dotnet-sdk
80-
run: dotnet pack -c Release -p:BuildNativeRust=false
80+
run: dotnet build -c Release -p:BuildNativeRust=false
8181

8282
- name: Publish to NuGet
8383
run: dotnet nuget push cas-dotnet-sdk/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)