Trying out not using archive script and just pushing directly to

appveyor artifacts
This commit is contained in:
Matt Budd 2020-06-16 21:33:57 -04:00
parent be6dff9d68
commit 5e30f22381
1 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,10 @@ copy vc14_bin_Debug\fceux.exe ..\output\.
copy vc14_bin_Debug\7z.dll ..\output\.
REM Create Zip Archive
archive.bat
cd %PROJECT_ROOT%
appveyor PushArtifact output
REM archive.bat
cd %PROJECT_ROOT%
appveyor PushArtifact "./vc/fceux.zip"