Skip to content

Commit

Permalink
generate Vulkan dll outside output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Jan 8, 2024
1 parent 736299c commit da80a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build_LODs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da80a9a

Please sign in to comment.