From da80a9aefcd66c9afdee1da5ebe61335f8200d04 Mon Sep 17 00:00:00 2001 From: Alejo Thomas Ortega Date: Mon, 8 Jan 2024 17:38:58 -0300 Subject: [PATCH] generate Vulkan dll outside output directory --- .github/workflows/Build_LODs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build_LODs.yml b/.github/workflows/Build_LODs.yml index 2d46ac31..9ac130ea 100644 --- a/.github/workflows/Build_LODs.yml +++ b/.github/workflows/Build_LODs.yml @@ -46,11 +46,11 @@ jobs: optional_components: com.lunarg.vulkan.vma install_runtime: true cache: true - destination: ${{ github.workspace }}/publish + destination: ${{ github.workspace }}/vulkan-sdt - name: Move Vulkan DLL to output directory run: | - mv ./publish/1.3.268.0/runtime/x64/vulkan-1.dll ./publish/ + mv ./vulkan-sdt/1.3.268.0/runtime/x64/vulkan-1.dll ./publish/ shell: bash - name: Setup Node.js