diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43c7bb1..4ee1feb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,7 +90,7 @@ jobs: unzip icoutils.zip -d ${{ steps.strings.outputs.prefix-dir }} Invoke-WebRequest https://xiv.zone/distrib/dependencies/libwinpthread.zip -OutFile libwinpthread.zip - unzip libwinpthread.zip -d ${{ steps.strings.outputs.prefix-dir }} + unzip libwinpthread.zip -d ${{ steps.strings.outputs.prefix-dir }}/bin - name: Build zlib if: (runner.os == 'Windows') && (steps.cache-prefix-restore.outputs.cache-hit != 'true')