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