From b26ca1b5ba9a1c69c6de0a77ec57e0a32a68fd6a Mon Sep 17 00:00:00 2001 From: McCallisterRomer Date: Sun, 2 Jun 2024 12:37:26 -0500 Subject: [PATCH] string compare --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ad7cf02..455f765 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ runs: tag: '${{ steps.artifacts.outputs.vk-ci-action-tag }}' filename: '${{ steps.artifacts.outputs.vk-ci-sdk-artifact-name}}' out-file-path: '${{ inputs.installPath }}/VulkanSDK' - preRelease: ${{ steps.artifacts.outputs.vk-ci-useprerelease }} + preRelease: ${{ ${{ steps.artifacts.outputs.vk-ci-useprerelease }} == "true" }} extract: true - name: Download Swiftshader Artifact