diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff90e9f..9aa3575 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,8 +62,9 @@ jobs: ${{ runner.os }}-build- - name: Create Resource File + shell: cmd run: | - x86_64-w64-mingw32-windres icon.rc -O coff -o icon.syso + "C:\msys64\mingw64\bin\windres.exe" icon.rc -O coff -o icon.syso - name: Build run: |