mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 18:30:30 +00:00
3 lines
239 B
PowerShell
3 lines
239 B
PowerShell
$tag = $(git describe --abbrev=0)
|
|
aws s3 cp --acl public-read ".\StremioSetup-v$((get-item .\StremioSetup*.exe).VersionInfo.ProductVersion.Trim()).exe" s3://stremio-artifacts/stremio-shell-ng/$tag/
|
|
node ./generate_descriptor.js --tag=$tag
|