14 lines
365 B
YAML
14 lines
365 B
YAML
# Tauri multi-OS build placeholder.
|
|
# Flesh out with tauri-apps/tauri-action when we're ready to ship binaries.
|
|
# Matrix: macos-latest, ubuntu-22.04, windows-latest.
|
|
name: Desktop Build
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
placeholder:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "Wire up tauri-apps/tauri-action with a matrix over macos/ubuntu/windows."
|