Browse Source

Update nuget-release.yml

pull/107/head
Sebastiano Mandalà GitHub 1 year ago
parent
commit
ab778547b5
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

@@ -53,7 +53,7 @@ jobs:
run: unzip temp/bin/release/Svelto.ECS.${{ env.PKG_VERSION }}.nupkg -d temp/bin/release

- name: copy release DLL to temp folder
run: sudo cp temp/bin/release/lib/netstandard2.0/Svelto.ECS.dll temp/bin/release
run: sudo cp temp/bin/release/lib/netstandard2.1/Svelto.ECS.dll temp/bin/release

# Compile into nuget package
- name: build nuget package


Loading…
Cancel
Save