From ee76ac77ca5cb36f13212551150486bc2b4366d0 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Thu, 11 Apr 2019 22:12:43 -0400 Subject: [PATCH] remove unwanted artifacts from Windows release --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2454fe9..1e89243 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,8 @@ matrix: - mkdir $NAME - cp src/$NAME.exe /usr/x86_64-w64-mingw32/bin/SDL2.dll rom/*.a65 $NAME - cp conf/$NAME.mingw $NAME/$NAME.conf - - unzip -d $NAME apple2sys - - unzip -d $NAME apple2sysmas + - unzip -d $NAME apple2sys && rm apple2sys.zip + - unzip -d $NAME apple2sysmas && rm apple2sysmas.zip - zip -r $NAME-windows $NAME - unzip -l $NAME-windows