Update build.yml
This commit is contained in:
parent
d54e1cd1c3
commit
9369c09daa
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -38,6 +38,9 @@ jobs:
|
|||
filename: "app.config"
|
||||
expression: "//appSettings/add[@key='raylib-release-tag']/@value"
|
||||
|
||||
- name: echo tag
|
||||
run: echo ${{ steps.get-tag.outputs.results }}
|
||||
|
||||
- name: Download raylib Release
|
||||
uses: robinraju/release-downloader@v1.2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue