From a9b8f10c328d8e94854c08c4590eb503168233c9 Mon Sep 17 00:00:00 2001 From: Lukas Kurz Date: Sat, 29 Jun 2024 13:01:13 +0200 Subject: [PATCH] Build for release (#4) --- .github/workflows/build.yml | 4 ++-- .nuspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 350f78b..1963265 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,10 +18,10 @@ jobs: - name: Build x86 shell: pwsh - run: msbuild .\src\build\windows\MS_VS2022\Lerc\Lerc.vcxproj /p:Platform=x64 /p:OutDir="$pwd/runtimes/win-x64/native/" + run: msbuild .\src\build\windows\MS_VS2022\Lerc\Lerc.vcxproj /p:Platform=x64 /p:OutDir="$pwd/runtimes/win-x64/native/" /p:Configuration=Release - name: Build x64 shell: pwsh - run: msbuild .\src\build\windows\MS_VS2022\Lerc\Lerc.vcxproj /p:Platform=x86 /p:OutDir="$pwd/runtimes/win-x86/native/" + run: msbuild .\src\build\windows\MS_VS2022\Lerc\Lerc.vcxproj /p:Platform=x86 /p:OutDir="$pwd/runtimes/win-x86/native/" /p:Configuration=Release - name: Upload artifacts uses: actions/upload-artifact@v4 diff --git a/.nuspec b/.nuspec index 2a68670..e0b2929 100644 --- a/.nuspec +++ b/.nuspec @@ -2,7 +2,7 @@ LgkProductions.Geo.Lerc.Native - 4.0.0.0 + 4.0.0.1 LgkProductions,Esri https://github.com/Esri/lerc Native binaries for Limited Error Raster Compression