Watch
2
0
Fork
You've already forked raylib-cs
0

Update build.yml

This commit is contained in:
Ben Parsons 2021-10-01 21:13:31 +10:00
commit 9369c09daa

View file

@ -38,6 +38,9 @@ jobs:
filename: "app.config" filename: "app.config"
expression: "//appSettings/add[@key='raylib-release-tag']/@value" expression: "//appSettings/add[@key='raylib-release-tag']/@value"
- name: echo tag
run: echo ${{ steps.get-tag.outputs.results }}
- name: Download raylib Release - name: Download raylib Release
uses: robinraju/release-downloader@v1.2 uses: robinraju/release-downloader@v1.2
with: with: