We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa072d1 commit b1117b3Copy full SHA for b1117b3
README.md
@@ -35,7 +35,7 @@ Make sure everything went fine.
35
Run the command:
36
37
```bash
38
-dist-build/ios.sh
+LIBSODIUM_FULL_BUILD=true dist-build/ios.sh
39
```
40
41
This will create a new folder *libsodium-ios* that contains the *libsodium.a* file.
appveyor.yml
@@ -98,7 +98,7 @@ deploy:
98
description: "Release description"
99
auth_token:
100
secure: 1J52zPBOA8m7c6tVTvPbKw5oFdoEXCZ6Y9F67ypZy8V4Bg9FasTF+MffvH58vQ3c
101
- artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
+ artifact: /.*\.*/ # upload all NuGet packages to release assets
102
draft: false
103
prerelease: false
104
on:
0 commit comments