Skip to content

Merge pull request #728 from valadas/issue/702 #9

Merge pull request #728 from valadas/issue/702

Merge pull request #728 from valadas/issue/702 #9

Workflow file for this run

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_Build --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: Build
on:
push:
branches:
- master
- develop
- 'release/*'
pull_request:
branches:
- master
- main
- develop
- development
- 'release/*'
jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Run: CI'
run: ./build.cmd CI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'Publish: artifacts'
uses: actions/upload-artifact@v3
with:
name: artifacts
path: artifacts