From f1fbe95553d324ec5d52d63e75a32bf8e8e50447 Mon Sep 17 00:00:00 2001 From: Ned Bingham Date: Wed, 18 Sep 2024 16:13:54 -0400 Subject: [PATCH] fixing deployment --- .github/workflows/makefile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'