Skip to content

Commit c0732da

Browse files
committed
- Try again ._.
1 parent 16a456c commit c0732da

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ platforms:
5858
script_location: toolchain/ci
5959
template_location: toolchain/cmake/Templates
6060
version:
61-
hotfix: 15
61+
hotfix: 16
6262
major: 0
6363
minor: 3
6464
patch: 0

deploy-script.ps1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ $GITHUBAPI = "$env:SOURCE_DIR/toolchain/ci/github_api.py"
66

77
function github_api($Operation, $Element, $Repo, $Item)
88
{
9-
cmd /c python $GITHUBAPI --api-token "$env:GITHUB_TOKEN" $Operation $Element $Repo $Item
9+
try {
10+
cmd /c python $GITHUBAPI --api-token "$env:GITHUB_TOKEN" $Operation $Element $Repo $Item
11+
} catch {
12+
echo "Command github_api.py $Operation $Elemenet $Repo $Item"
13+
echo $_.Exception | Format-List -Force
14+
}
1015
}
1116

1217
$TARGET_TAG = (github_api list tag $env:APPVEYOR_REPO_NAME "^$env:APPVEYOR_REPO_COMMIT$")

0 commit comments

Comments
 (0)