fix mac deploy #89

Merged
sarah merged 3 commits from macosarm64 into trunk 2022-06-22 19:35:45 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9895a37f2f - Show all commits

View File

@ -184,8 +184,8 @@ steps:
- chmod 400 ~/id_rsa
- export DIR=libCwtch-go-macos-`cat BUILDDATE`-`cat VERSION`
- mkdir $DIR
- mv libCwtch.dylib $DIR/
- mv libCwtch.arm64.dylib $DIR/
- mv libCwtch.x64.dylib $DIR/
- mv libCwtch.arm.dylib $DIR/
- cd $DIR
- find . -type f -exec shasum -a 512 {} \; > ./../sha512s.txt
- mv ./../sha512s.txt .