From 1c40428740585ab1e5bbf969d9dd9aab2b26f492 Mon Sep 17 00:00:00 2001 From: Ben Parsons <9parsonsb@gmail.com> Date: Fri, 1 Oct 2021 22:27:20 +1000 Subject: [PATCH] fix source directory for windows-x64 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46e3775..a06edc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: - name: copy win-x64 uses: canastro/copy-file-action@master with: - source: "raylib-win64/lib/raylib.dll" + source: "raylib-win64/raylib-${{steps.get-tag.outputs.info}}_win64_mingw-w64/lib/raylib.dll" target: "Raylib-cs/runtimes/win-x64/native/raylib.dll" - name: output directory