We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6c4c3 commit c058388Copy full SHA for c058388
README.md
@@ -27,3 +27,7 @@ vcpkg-export-20170802-233045.7z -> vcpkg-export-x64-windows-v140.7z
27
# Windows. Fail for some reason.
28
7z.exe rn vcpkg-export-x64-windows-v140.7z vcpkg-export-20170802-233045 vcpkg
29
```
30
+* Archives can be uploaded to releases using [github-release](https://github.com/aktau/github-release):
31
+```
32
+github-release upload --user vcmi --repo vcmi-deps-windows --tag v1 --name "vcpkg-export-x86-windows-v140.7z" --file vcpkg-export-x86-windows-v140.7z --security-token 9eatokentokentokentokentoken6e
33
0 commit comments