travis deploy zip file name refinement

This commit is contained in:
nhmall
2019-10-29 09:34:21 -04:00
parent 81e39e3bff
commit fff4ceebdd
2 changed files with 2 additions and 3 deletions

View File

@@ -32,5 +32,4 @@ cd src
cp ../sys/winnt/Makefile.msc ./Makefile
nmake install
cd ..
powershell -Command "Compress-Archive -U -Path binary/*.* -DestinationPath NetHack-x86-beta$TRAVIS_TAG.zip"
powershell -Command "Compress-Archive -U -Path binary/*.* -DestinationPath $TRAVIS_TAG.x86.zip"