this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Improve naming of artifacts.

authored by

Jonathan Dearborn and committed by
Alice
a0b1805b c768f942

+4 -3
+4 -3
.appveyor.yml
··· 54 54 # scripts to run after build 55 55 after_build: 56 56 - cd c:\projects\SDL_gpu\build 57 - - 7z a c:\projects\SDL_gpu\SDL_gpu.zip * -tzip 57 + - set zip_name=SDL_gpu_%version%-%configuration%-VC-%platform%.zip 58 + - 7z a c:\projects\SDL_gpu\%zip_name% * -tzip 58 59 - cd c:\projects\SDL_gpu 59 60 60 61 artifacts: 61 - - path: SDL_gpu.zip 62 - name: SDL_gpu.zip 62 + - path: %zip_name% 63 + name: %zip_name% 63 64 64 65 deploy_script: 65 66 - cd c:\projects\SDL_gpu