mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
add path
This commit is contained in:
parent
ba95e7b97a
commit
9c60de676b
1 changed files with 8 additions and 6 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -6,7 +6,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [macos-latest, ubuntu-20.04, windows-latest]
|
||||
# platform: [macos-latest, ubuntu-20.04, windows-latest]
|
||||
platform: [macos-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
@ -34,8 +35,9 @@ jobs:
|
|||
- name: install app dependencies and build it
|
||||
run: pnpm install && pnpm --filter gui build
|
||||
|
||||
# - uses: tauri-apps/tauri-action@v0
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# projectPath: packages/gui
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
projectPath: ./packages/gui
|
||||
configPath: ./packages/gui/src-tauri/tauri.conf.json
|
Loading…
Reference in a new issue