1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

fix updater

This commit is contained in:
Andrew Simachev 2021-10-12 14:30:25 +03:00
parent 43bd95624b
commit 2e2866e74b

View file

@ -10,6 +10,8 @@ arch="";
if [ "$platform" = "ubuntu-latest" ]; then
arch="linux";
elif [ "$platform" = "macos-latest" ]; then
arch="darwin-amd";
elif [ "$platform" = "macos-10.15" ]; then
arch="darwin-amd";
elif [ "$platform" = "macos-11" ]; then