Browse Source

Update nuget-release.yml

pull/107/head
Sebastiano Mandalà GitHub 1 year ago
parent
commit
04de597316
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/nuget-release.yml

+ 1
- 1
.github/workflows/nuget-release.yml View File

@@ -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


Loading…
Cancel
Save