mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-24 16:32:45 -04:00
ci: build with tauri action
This commit is contained in:
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user