1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 17:44:59 +09:00

ci: rename server exe in the release

This commit is contained in:
requilence 2020-06-26 23:33:01 +03:00
parent 04d76939fc
commit 55d3c46b78
No known key found for this signature in database
GPG key ID: F07A7D55A2684852

View file

@ -240,8 +240,8 @@ jobs:
for i in "${arr[@]}"
do
OSARCH=${i%.*}
cp ../${i}* ./
zip -r js_${VERSION}_${OSARCH}.zip ${i}* protobuf
cp ../${i}* ./grpc-server.exe
zip -r js_${VERSION}_${OSARCH}.zip grpc-server.exe protobuf
mv js_${VERSION}_${OSARCH}.zip ${OUT}/
done
cd .. && rm -rf tmp