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:
parent
04d76939fc
commit
55d3c46b78
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue