this repo has no description
0
fork

Configure Feed

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

Setting artifact name earlier.

authored by

Jonathan Dearborn and committed by
Alice
87727126 a0b1805b

+1 -1
+1 -1
.appveyor.yml
··· 15 15 - echo %APPVEYOR_BUILD_WORKER_IMAGE% 16 16 - if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019" ) 17 17 - echo %generator% 18 + - set zip_name=SDL_gpu_%version%-%configuration%-VC-%platform%.zip 18 19 19 20 20 21 shallow_clone: true ··· 54 55 # scripts to run after build 55 56 after_build: 56 57 - cd c:\projects\SDL_gpu\build 57 - - set zip_name=SDL_gpu_%version%-%configuration%-VC-%platform%.zip 58 58 - 7z a c:\projects\SDL_gpu\%zip_name% * -tzip 59 59 - cd c:\projects\SDL_gpu 60 60