fix source directory for windows-x64
This commit is contained in:
parent
f7d03a3ffd
commit
1c40428740
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue