Skip to content

Commit

Permalink
Add windows action
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Liu <[email protected]>
  • Loading branch information
andy0808 committed Aug 23, 2023
1 parent 76475f2 commit f6ea81c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Build on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-11]
os: [ubuntu-22.04, macos-11, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: Binary build on ${{ matrix.os }}
name: mm-script-executable-${{ matrix.os }}
path: |
exe
retention-days: 7
retention-days: 7

0 comments on commit f6ea81c

Please sign in to comment.