Skip to content

Commit 0b19bf4

Browse files
committed
Fix AppVeyor PR builds always failing
1 parent 428899d commit 0b19bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ after_build:
1212
- utils\premake5 install_data
1313
- utils\premake5 compose_files
1414
- 7z a InstallFiles.zip InstallFiles
15-
- cmd: if not %UPLOAD_SECRET% == "" curl -i -F "branch_name=%APPVEYOR_REPO_BRANCH%" -F "commit_hash=%APPVEYOR_REPO_COMMIT%" -F "commit_title=%APPVEYOR_REPO_COMMIT_MESSAGE%" -F build_type=windows32 -F "secret=%UPLOAD_SECRET%" -F [email protected] https://nightlytest.mtasa.com/api/upload
15+
- cmd: if "%APPVEYOR_PULL_REQUEST_TITLE%" == "" curl -i -F "branch_name=%APPVEYOR_REPO_BRANCH%" -F "commit_hash=%APPVEYOR_REPO_COMMIT%" -F "commit_title=%APPVEYOR_REPO_COMMIT_MESSAGE%" -F build_type=windows32 -F "secret=%UPLOAD_SECRET%" -F [email protected] https://nightlytest.mtasa.com/api/upload
1616

1717
clone_depth: 1
1818

0 commit comments

Comments
 (0)