Skip to content

Commit

Permalink
string compare
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer committed Jun 2, 2024
1 parent ae46930 commit b26ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b26ca1b

Please sign in to comment.