fix windows static ci upload for windows

pull/1673/head
Jeff Becker 3 years ago
parent b7485b4b25
commit 79d881689d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -34,8 +34,8 @@ else
fi
mkdir -v "$base"
if [ -e daemon/lokinet.exe ]; then
cp -av lokinet-*.exe "$base"
if [ -e build-windows ]; then
cp -av build-windows/lokinet-*.exe "$base"
# zipit up yo
archive="$base.zip"
zip -r "$archive" "$base"

Loading…
Cancel
Save