Skip to content

style: fix Dialog close button price overlap by converting price to b… #26

style: fix Dialog close button price overlap by converting price to b…

style: fix Dialog close button price overlap by converting price to b… #26

Workflow file for this run

name: Build Desktop Application
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-tauri:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install --no-audit
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Build Tauri App
run: npm run tauri build
- name: Upload Installer Artifacts
uses: actions/upload-artifact@v4
with:
name: fluxbase-desktop-installers
path: |
src-tauri/target/release/bundle/msi/*.msi
src-tauri/target/release/bundle/exe/*.exe