From a2af2200df6a5221b247cf2e223e39721602555c Mon Sep 17 00:00:00 2001 From: Ben Parsons <9parsonsb@gmail.com> Date: Fri, 1 Oct 2021 21:22:18 +1000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8123b8b..e15c241 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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