Skip to content

Merge pull request #282 from SergeyNefyodov/dev-structural-settings #315

Merge pull request #282 from SergeyNefyodov/dev-structural-settings

Merge pull request #282 from SergeyNefyodov/dev-structural-settings #315

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 Compile PublishGitHub --GitHubToken ${{ secrets.GITHUB_TOKEN }}