diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 16c1caa..1c5962d 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -68,8 +68,8 @@ jobs: - name: Build binary on macOS if: matrix.os == 'macos-latest' run: | - make lib - make macos + make lib + make macos shell: bash - name: Build binary on Windows @@ -77,7 +77,7 @@ jobs: shell: msys2 {0} run: | make lib - make windows + make windows - name: Upload Release Asset if: github.event_name == 'release'