From 04de5973164dee3f4a616c67dbd0d025b6b599c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 4 Mar 2023 18:49:40 +0000 Subject: [PATCH] Update nuget-release.yml --- .github/workflows/nuget-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget-release.yml b/.github/workflows/nuget-release.yml index f0987ed..3dd1547 100644 --- a/.github/workflows/nuget-release.yml +++ b/.github/workflows/nuget-release.yml @@ -43,7 +43,7 @@ jobs: run: unzip temp/bin/debug/Svelto.ECS.${{ env.PKG_VERSION }}.nupkg -d temp/bin/debug - name: copy debug DLL to temp folder - run: sudo cp temp/bin/debug/lib/netstandard2.0/Svelto.ECS.dll temp/bin/debug + run: sudo cp temp/bin/debug/lib/netstandard2.1/Svelto.ECS.dll temp/bin/debug # Build for Release - name: create package for Release configuration