From f37ca0e5bf2b26076b975f19ea7ce05b82f327eb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 1 Jan 2025 11:18:40 -0800 Subject: [PATCH] Fixed version checking workflow after moving test-versioning.sh --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 489ead50..7465a37b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,7 +110,7 @@ jobs: - name: Check that versioning is consistent # We only need to run this once: arbitrarily use the Linux/CMake build if: "runner.os == 'Linux' && matrix.platform.cmake" - run: ./test-versioning.sh + run: ./build-scripts/test-versioning.sh - name: Configure (CMake) if: "matrix.platform.cmake"