mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-25 16:24:35 +00:00
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:
parent
a1471b414f
commit
03ac201309
7
.github/workflows/create_tag.yml
vendored
7
.github/workflows/create_tag.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user