#10 build test

This commit is contained in:
neil 2022-11-22 10:57:28 +08:00
parent ada6241ba5
commit ba95e7b97a

View file

@ -32,10 +32,10 @@ jobs:
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: install app dependencies and build it
run: pnpm install
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