Watch
2
0
Fork
You've already forked raylib-cs
0
This commit is contained in:
Ben Parsons 2021-10-01 22:24:42 +10:00
commit f7d03a3ffd

View file

@ -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"