1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2024-04-25 22:35:47 +02:00
parent 5374b6373a
commit 288e895ce9
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
3 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ jobs:
run: sudo -H pip install setuptools
- name: Setup distutils MacOS
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-12'
run: brew install python-setuptools
- name: Install Node.js, NPM and Yarn
@ -90,7 +90,7 @@ jobs:
CGO_ENABLED: 0
- name: Build Front Mac OS
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-12'
uses: samuelmeuli/action-electron-builder@v1
with:
github_token: ${{secrets.TOKEN}}
@ -109,7 +109,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
- name: Build Front Other
if: matrix.os != 'macos-latest'
if: matrix.os != 'macos-12'
uses: samuelmeuli/action-electron-builder@v1
with:
github_token: ${{secrets.TOKEN}}

View file

@ -13,7 +13,7 @@ folder="build";
if [ "$platform" = "ubuntu-latest" ]; then
arch="linux-$arch";
folder="$arch";
elif [ "$platform" = "macos-latest" ]; then
elif [ "$platform" = "macos-12" ]; then
arch="darwin-$arch";
folder="$arch";
elif [ "$platform" = "windows-latest" ]; then

View file

@ -11,7 +11,7 @@ folder="build";
if [ "$platform" = "ubuntu-latest" ]; then
arch="linux-$arch";
folder="$arch";
elif [ "$platform" = "macos-latest" ]; then
elif [ "$platform" = "macos-12" ]; then
arch="darwin-$arch";
folder="$arch";
elif [ "$platform" = "windows-latest" ]; then