From 6d45e6316f64597ff507ff1ce0ee4fcab2c40242 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Sat, 23 Apr 2022 23:32:23 +0800 Subject: [PATCH] ci: build with tauri action --- .github/workflows/ci.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5fd5990ae..70f27384b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -167,9 +167,12 @@ jobs: - name: Build desktop run: cargo build -p spacedrive --release - - name: Bundle - working-directory: apps/desktop - run: pnpm tauri build + - name: Build + uses: tauri-apps/tauri-action@v0 + with: + projectPath: apps/desktop + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish artifacts uses: ./.github/actions/publish-desktop-artifacts