Skip to content

Commit 110af35

Browse files
committed
again
1 parent 7400993 commit 110af35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-version/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ runs:
3030
id: vulkan-environment
3131
shell: pwsh
3232
run: |
33-
echo "VULKAN_VERSION=${{env.VULKAN_VERSION}}" >> $env::GITHUB_OUTPUT
34-
echo "VULKAN_SDK=C:\VulkanSDK\${{env.VULKAN_VERSION}}" >> $env::GITHUB_OUTPUT
33+
echo "VULKAN_VERSION=${{env.VULKAN_VERSION}}" >> $env:GITHUB_OUTPUT
34+
echo "VULKAN_SDK=C:\VulkanSDK\${{env.VULKAN_VERSION}}" >> $env:GITHUB_OUTPUT
3535

0 commit comments

Comments
 (0)