diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6534be8..46e3775 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: - name: extract win-x64 uses: montudor/action-zip@v1 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 run: "ls -la raylib-win64" @@ -70,7 +70,7 @@ jobs: - name: output directory run: "ls -la ." - + - name: output native lib directory run: "ls -la Raylib-cs/runtimes/win-x64/native/"