Fix bugs in create_tag.yml

Forgot to checkout the repo and didn't have the correct path to a file.
This commit is contained in:
Charles Giessen 2023-11-28 13:35:19 -07:00
parent a1471b414f
commit 03ac201309

View File

@ -25,11 +25,14 @@ jobs:
name: Tag header update
runs-on: ubuntu-latest
steps:
- name: Read CurentBuildVulkanVersion.cmake
- name: Checkout repository
uses: actions/checkout@v4
- name: Read CurrentBuildVulkanVersion.cmake
id: read-version-file
uses: juliangruber/read-file-action@v1
with:
path: ./gen/CurentBuildVulkanVersion.cmake
path: gen/CurrentBuildVulkanVersion.cmake
- name: Match regex from version file
uses: actions-ecosystem/action-regex-match@v2