mirror of
https://github.com/VSCodium/vscodium
synced 2024-11-05 05:38:16 +00:00
Add logging when GH token doesn't exist in Windows build
This commit is contained in:
parent
8959faeca9
commit
b5df7d5af8
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ echo "VSCodium assets: ${VSCODIUM_ASSETS}"
|
|||
|
||||
# if we just don't have the github token, get out fast
|
||||
if (!$env:MAPPED_GITHUB_TOKEN.length -le 15) {
|
||||
echo "This build does not have the GH token"
|
||||
echo $env:MAPPED_GITHUB_TOKEN
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue