File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ after_build:
12
12
- utils\premake5 install_data
13
13
- utils\premake5 compose_files
14
14
- 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
16
16
17
17
clone_depth : 1
18
18
You can’t perform that action at this time.
0 commit comments