Trying out not using archive script and just pushing directly to
appveyor artifacts
This commit is contained in:
parent
be6dff9d68
commit
5e30f22381
|
@ -12,8 +12,10 @@ copy vc14_bin_Debug\fceux.exe ..\output\.
|
||||||
copy vc14_bin_Debug\7z.dll ..\output\.
|
copy vc14_bin_Debug\7z.dll ..\output\.
|
||||||
|
|
||||||
REM Create Zip Archive
|
REM Create Zip Archive
|
||||||
archive.bat
|
cd %PROJECT_ROOT%
|
||||||
|
appveyor PushArtifact output
|
||||||
|
|
||||||
|
REM archive.bat
|
||||||
|
|
||||||
cd %PROJECT_ROOT%
|
cd %PROJECT_ROOT%
|
||||||
|
|
||||||
appveyor PushArtifact "./vc/fceux.zip"
|
|
||||||
|
|
Loading…
Reference in New Issue