1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00

Label the package as github for GitHub Actions

This commit is contained in:
Wez Furlong 2019-12-29 19:12:00 -08:00
parent 847214c0a8
commit c6a918922f

View File

@ -10,6 +10,8 @@ elif [[ "$APPVEYOR" != "" ]] ; then
TAG_NAME=$APPVEYOR_REPO_TAG_NAME
elif [[ "$TF_BUILD" != "" ]] ; then
DEPLOY_ENV_TYPE="azure"
elif [[ "$GITHUB_ACTIONS" == "true" ]] ; then
DEPLOY_ENV_TYPE="github"
else
DEPLOY_ENV_TYPE="adhoc"
fi