Skip to content

Commit

Permalink
try normalizing path separators
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer committed May 28, 2024
1 parent fd6bb29 commit 1373e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ runs:
shell: bash
run: |
INSTALL_PATH="${{ inputs.installPath }}/VulkanSDK/${{ inputs.sdkVersion }}"
INSTALL_PATH="${INSTALL_PATH//\\//}"
echo "VULKAN_SDK=$INSTALL_PATH" >> "$GITHUB_ENV"
echo "VULKAN_SDK_VERSION=${{ inputs.sdkVersion }}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 1373e60

Please sign in to comment.