File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 7373 - cmd : set ARTIFACTS_FOLDER=%APPVEYOR_BUILD_FOLDER%\artifacts
7474 - cmd : set ASSEMBLY_FOLDER=%APPVEYOR_BUILD_FOLDER%\src\KSP_Assemblies
7575 - cmd : set BUILD_FOLDER=%APPVEYOR_BUILD_FOLDER%\scripts
76- - cmd : set OUTPUT_FOLDER =%APPVEYOR_BUILD_FOLDER%\src\output
76+ - cmd : set GAMEDATA_FOLDER =%APPVEYOR_BUILD_FOLDER%\GameData
7777 # download and extract KSP DLLs
7878 - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_0.zip
7979 - cmd : cd %DOWNLOAD_FOLDER% & dir
126126
127127 # scripts to run after build
128128 after_build :
129- # - cmd: python %BUILD_FOLDER%\packager.py --cwd ../ --logging-level info --version 0.1.0 --zip
130- # - cmd: cd %OUTPUT_FOLDER% & dir
131- - cmd : mkdir %ARTIFACTS_FOLDER%
132- - cmd : 7z.exe a %ARTIFACTS_FOLDER%\FullOutput.zip %APPVEYOR_BUILD_FOLDER%\src
129+ - cmd : cd %APPVEYOR_BUILD_FOLDER%
130+ - cmd : python %BUILD_FOLDER%\packager.py -z -zi %GAMEDATA_FOLDER% -zo %ARTIFACTS_FOLDER% -c %BUILD_FOLDER%\RemoteTech-Complete.json
133131
134132 # to disable automatic builds
135133 # build: off
139137 # ---------------------------------#
140138
141139 artifacts :
142- # pushing entire folder as a zip archive
143- - path : artifacts\FullOutput .zip
140+ # mark release archive as final output of entire build process
141+ - path : %ARTIFACTS_FOLDER%\RemoteTech .zip
144142 name : rt_c_gd
145143
146144 # ---------------------------------#
You can’t perform that action at this time.
0 commit comments