fix linux raylib lib extract path
This commit is contained in:
parent
68cdf1a8b8
commit
8ad369caf5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -71,10 +71,10 @@ jobs:
|
||||||
- name: output zip dir
|
- name: output zip dir
|
||||||
run: "ls -la raylib-linux64"
|
run: "ls -la raylib-linux64"
|
||||||
|
|
||||||
- name: copy win-x64
|
- name: copy linux-x64
|
||||||
uses: canastro/copy-file-action@master
|
uses: canastro/copy-file-action@master
|
||||||
with:
|
with:
|
||||||
source: "raylib-linux/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/raylib.so.${{steps.get-tag.outputs.info}}"
|
||||||
target: "Raylib-cs/runtimes/linux-x64/native/raylib.so"
|
target: "Raylib-cs/runtimes/linux-x64/native/raylib.so"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue