Skip to content

Merge pull request #58 from ByteCorum/WIP #91

Merge pull request #58 from ByteCorum/WIP

Merge pull request #58 from ByteCorum/WIP #91

Workflow file for this run

name: build-check x64 release
on:
push:
branches: [ stable, WIP ]
pull_request:
branches: [ stable, WIP ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Building project
run: |
msbuild DragonBurn.sln -t:Rebuild -p:Configuration=Release -p:Platform=x64
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: Compiled-Binaries
path: |
D:\a\DragonBurn\DragonBurn\built\DragonBurn.exe