Update build.yml
This commit is contained in:
parent
e8330e64e5
commit
a2af2200df
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
|||
- name: Download Repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: ls repo
|
||||
run: "ls -la ."
|
||||
|
||||
- id: get-tag
|
||||
name: Get Target Raylib Version
|
||||
uses: QwerMike/xpath-action@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue