From 5c8506e8be75c309c5411108fab4cbea50622bdc Mon Sep 17 00:00:00 2001 From: KTrain5369 <69028025+KTrain5169@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:55:27 +1000 Subject: [PATCH] 'includes' is now my most hated word --- .github/workflows/script-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/script-release.yml b/.github/workflows/script-release.yml index 59ae4c5..f740998 100644 --- a/.github/workflows/script-release.yml +++ b/.github/workflows/script-release.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: runner_os: ["windows-latest", "macos-latest", "ubuntu-latest"] - includes: + include: - runner_os: "windows-latest" os: "Windows" - runner_os: "macos-latest"