fix typo
This commit is contained in:
parent
cad91a0e2e
commit
f7d03a3ffd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
||||||
- name: extract win-x64
|
- name: extract win-x64
|
||||||
uses: montudor/action-zip@v1
|
uses: montudor/action-zip@v1
|
||||||
with:
|
with:
|
||||||
args: unzip -qq raylib-${{steps.get-tag.outputs.info}}_win64_wingw-w64.zip -d raylib-win64
|
args: unzip -qq raylib-${{steps.get-tag.outputs.info}}_win64_mingw-w64.zip -d raylib-win64
|
||||||
|
|
||||||
- name: output zip dir
|
- name: output zip dir
|
||||||
run: "ls -la raylib-win64"
|
run: "ls -la raylib-win64"
|
||||||
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
|
|
||||||
- name: output directory
|
- name: output directory
|
||||||
run: "ls -la ."
|
run: "ls -la ."
|
||||||
|
|
||||||
- name: output native lib directory
|
- name: output native lib directory
|
||||||
run: "ls -la Raylib-cs/runtimes/win-x64/native/"
|
run: "ls -la Raylib-cs/runtimes/win-x64/native/"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue