From fd06c2edfabcb8f08eef5f5516773f7badcf1842 Mon Sep 17 00:00:00 2001 From: McCallisterRomer Date: Wed, 29 May 2024 20:47:36 -0500 Subject: [PATCH] again --- .github/workflows/build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index e0b7b36..709f53e 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Print Inputs shell: bash - run: echo "Requested VulkanSDK version: ${{ inputs.sdkVersion }}" + run: echo "Requested VulkanSDK v${{ inputs.sdkVersion }}" - name: Setup MSVC if: ${{ runner.os == 'Windows' }}