mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
use teaxyz/setup for build in mac
This commit is contained in:
parent
06143a963e
commit
34c09dcfa7
2 changed files with 7 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -62,7 +62,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: test build tauri for MacOS
|
- name: build tauri for MacOS
|
||||||
|
uses: teaxyz/setup@v0
|
||||||
if: startsWith(matrix.platform.name, 'darwin')
|
if: startsWith(matrix.platform.name, 'darwin')
|
||||||
# FROM: https://tauri.app/v1/guides/distribution/sign-macos
|
# FROM: https://tauri.app/v1/guides/distribution/sign-macos
|
||||||
env:
|
env:
|
||||||
|
@ -75,7 +76,8 @@ jobs:
|
||||||
# this only helps in notarization
|
# this only helps in notarization
|
||||||
# APPLE_ID: ${{ secrets.APPLE_ID }}
|
# APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||||
# APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
# APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||||
run: pnpm build:gui
|
with:
|
||||||
|
target: build
|
||||||
|
|
||||||
- name: build tauri for Linux
|
- name: build tauri for Linux
|
||||||
# uses: teaxyz/setup@v0
|
# uses: teaxyz/setup@v0
|
||||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: build tauri for MacOS
|
- name: build tauri for MacOS
|
||||||
|
uses: teaxyz/setup@v0
|
||||||
if: startsWith(matrix.platform.name, 'darwin')
|
if: startsWith(matrix.platform.name, 'darwin')
|
||||||
# FROM: https://tauri.app/v1/guides/distribution/sign-macos
|
# FROM: https://tauri.app/v1/guides/distribution/sign-macos
|
||||||
env:
|
env:
|
||||||
|
@ -34,7 +35,8 @@ jobs:
|
||||||
# this only helps in notarization
|
# this only helps in notarization
|
||||||
# APPLE_ID: ${{ secrets.APPLE_ID }}
|
# APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||||
# APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
# APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||||
run: pnpm build:gui
|
with:
|
||||||
|
target: build
|
||||||
|
|
||||||
- name: build tauri for Linux
|
- name: build tauri for Linux
|
||||||
# uses: teaxyz/setup@v0
|
# uses: teaxyz/setup@v0
|
||||||
|
|
Loading…
Reference in a new issue