Skip to content

Commit

Permalink
Build for release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortDevelopment authored Jun 29, 2024
1 parent 589aa5a commit a9b8f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>LgkProductions.Geo.Lerc.Native</id>
<version>4.0.0.0</version>
<version>4.0.0.1</version>
<authors>LgkProductions,Esri</authors>
<projectUrl>https://github.com/Esri/lerc</projectUrl>
<description>Native binaries for Limited Error Raster Compression</description>
Expand Down

0 comments on commit a9b8f10

Please sign in to comment.