From 351c39ed1663bdf6ddb3cf7608ba09cd87af4f58 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Thu, 4 Mar 2021 12:41:58 -0600 Subject: [PATCH] Update and rename windows_build.yml to windows-build.yml --- .github/workflows/{windows_build.yml => windows-build.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{windows_build.yml => windows-build.yml} (93%) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows-build.yml similarity index 93% rename from .github/workflows/windows_build.yml rename to .github/workflows/windows-build.yml index 199b76a2..6776cdd5 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows-build.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Build on Windows # Controls when the action will run. on: @@ -27,4 +27,4 @@ jobs: # Runs a single command using the runners shell - name: Build a release build - run: build.bat 1 + run: cmd.exe /c 'build.bat 1' -- 2.25.1