Skip to content

Merge branch 'main' of github.com:visrealm/retroplex #21

Merge branch 'main' of github.com:visrealm/retroplex

Merge branch 'main' of github.com:visrealm/retroplex #21

Workflow file for this run

name: Build Windows
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build-common.yml
with:
artifact-name-suffix: windows
run-windows: true
run-linux: false
run-macos: false