Skip to content

Ignore ActionEventHandler when null - UI.Demo #75

Ignore ActionEventHandler when null - UI.Demo

Ignore ActionEventHandler when null - UI.Demo #75

Workflow file for this run

name: Nuke
on:
pull_request:
push:
jobs:
windows:
name: windows-2022
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Nuke Build
run: ./.nuke/build.cmd PublishGitHub --GitHubToken ${{ secrets.GITHUB_TOKEN }}