Skip to content

Add support for manual building and update tools. #103

Add support for manual building and update tools.

Add support for manual building and update tools. #103

Workflow file for this run

name: Build
on: [push, workflow_dispatch]
jobs:
build-windows:
name: Build Windows
uses: ./.github/workflows/build.yaml
with:
os: windows-latest
version: 0.0.0-run.${{ github.run_number }}
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
build-linux:
name: Build Linux
uses: ./.github/workflows/build.yaml
with:
os: ubuntu-latest
version: 0.0.0-run.${{ github.run_number }}
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}