mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix ci
This commit is contained in:
parent
5374b6373a
commit
288e895ce9
3 changed files with 5 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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}}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue