File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ before_build:
2121 - qmake --version
2222 - echo %PLATFORM%
2323 - cd c:\dev\qhexedit
24+ - IF EXIST build RMDIR /S /Q build
2425 - md build
2526 - cd build
2627 - if "%PLATFORM%" EQU "X64" (qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
@@ -30,17 +31,16 @@ build_script:
3031 - nmake
3132 - windeployqt.exe release\qhexedit.exe
3233 - makensis ..\deploy.nsi
33- - copy QHexEdit.exe QHexEdit_%PLATFORM%.exe
34+ - copy QHexEdit.exe ..\ QHexEdit_%PLATFORM%.exe
3435
3536artifacts :
36- - path : build\ QHexEdit_%PLATFORM%.exe
37+ - path : QHexEdit_%PLATFORM%.exe
3738
3839deploy :
3940 description : ' Latest QHexEdit Release'
4041 provider : GitHub
4142 auth_token :
4243 secure : WEV9mRJC/pC2HFqJMXbLzEfBXAHu8aGDFIR8ARSip9n6jDJyCz3KstjSPM4VsgKc
43- # artifact: build\QHexEdit.exe
4444 draft : false
4545 prerelease : false
4646 force_update : true
You can’t perform that action at this time.
0 commit comments