Skip to content

Commit c058388

Browse files
Add note about githut-release for archive uploading
1 parent 2a6c4c3 commit c058388

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ vcpkg-export-20170802-233045.7z -> vcpkg-export-x64-windows-v140.7z
2727
# Windows. Fail for some reason.
2828
7z.exe rn vcpkg-export-x64-windows-v140.7z vcpkg-export-20170802-233045 vcpkg
2929
```
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

Comments
 (0)