Revert "fix workflow"

This reverts commit ac035d5ebe.

vk.xml is the correct xml file, its the one from the vulkan repository.
This commit is contained in:
Robin Voetter
2023-03-03 23:45:41 +01:00
parent 075e29c8a1
commit c801ac0d2e

View File

@@ -37,7 +37,7 @@ jobs:
- name: Build with latest zig & vk.xml
run: |
zig build -Dexample-registry=./examples/vk.xml
zig build -Dexample-registry=./vk.xml
- name: Archive vk.xml
uses: actions/upload-artifact@v2