fix libraylib.so name
This commit is contained in:
parent
8ad369caf5
commit
fab85a96f2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -74,8 +74,8 @@ jobs:
|
||||||
- name: copy linux-x64
|
- name: copy linux-x64
|
||||||
uses: canastro/copy-file-action@master
|
uses: canastro/copy-file-action@master
|
||||||
with:
|
with:
|
||||||
source: "raylib-linux64/raylib-${{steps.get-tag.outputs.info}}_linux_amd64/lib/raylib.so.${{steps.get-tag.outputs.info}}"
|
source: "raylib-linux64/raylib-${{steps.get-tag.outputs.info}}_linux_amd64/lib/libraylib.so.${{steps.get-tag.outputs.info}}"
|
||||||
target: "Raylib-cs/runtimes/linux-x64/native/raylib.so"
|
target: "Raylib-cs/runtimes/linux-x64/native/libraylib.so"
|
||||||
|
|
||||||
|
|
||||||
- name: output directory
|
- name: output directory
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue