Skip to content

Commit

Permalink
Rename libsodium.lib to Clibsodium.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedukow authored Feb 1, 2024
1 parent ec57a46 commit bbd747c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bcny-build-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
<repository type="git" url="https://github.com/jedisct1/libsodium" branch="master" />
</metadata>
<files>
<file src="${{ github.workspace }}\bin\${{inputs.platform}}\Release\v143\static\libsodium.lib" target="lib" />
<file src="${{ github.workspace }}\bin\${{inputs.platform}}\Release\v143\static\libsodium.lib" target="lib/Clibsodium.lib" />
<file src="${{ github.workspace }}\src\libsodium\include\sodium.h" target="include" />
<file src="${{ github.workspace }}\src\libsodium\include\module.modulemap" target="include" />
<file src="${{ github.workspace }}\src\libsodium\include\sodium\core.h" target="include/sodium" />
Expand Down

0 comments on commit bbd747c

Please sign in to comment.