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:
parent
43bd95624b
commit
2e2866e74b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue