From 5adb1c9358d1a8ce1ee1a3e7343387030e8457d2 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Fri, 2 Sep 2022 11:10:06 +0100 Subject: [PATCH] ci: Rename build-set-windows to windows Shorter name makes it easier to see --- .github/workflows/artifacts-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts-windows.yml b/.github/workflows/artifacts-windows.yml index b1251c3..abc2053 100644 --- a/.github/workflows/artifacts-windows.yml +++ b/.github/workflows/artifacts-windows.yml @@ -3,7 +3,7 @@ name: Build Artifacts for Windows on: [push, pull_request, workflow_dispatch] jobs: - build-set-windows: + windows: strategy: matrix: source_branch: [sdk2013-sp, sdk2013-mp, asw]