Debugging Actions

This commit is contained in:
Micheal Colhoun 2021-09-05 11:37:49 +01:00
parent 9593f58788
commit 21e7c04840

View File

@ -1,4 +1,5 @@
name: CI
on:
workflow_dispatch:
push:
@ -9,8 +10,8 @@ on:
- master
env:
BUILD_CONFIG: 'Release'
SOLUTION: 'DarkUI.sln'
BUILD_CONFIG: Release
SOLUTION: DarkUI.sln
jobs:
build: