Skip to content

Commit

Permalink
fixing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nbingham1 committed Sep 18, 2024
1 parent e800ba5 commit f1fbe95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ 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
if: matrix.os == 'windows-latest'
shell: msys2 {0}
run: |
make lib
make windows
make windows
- name: Upload Release Asset
if: github.event_name == 'release'
Expand Down

0 comments on commit f1fbe95

Please sign in to comment.