From f6ea81c978075761cc6aa0daeb5dcdffe8629688 Mon Sep 17 00:00:00 2001 From: Andy Liu Date: Wed, 23 Aug 2023 16:43:10 +0800 Subject: [PATCH] Add windows action Signed-off-by: Andy Liu --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88f3fb7..f49c6f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 \ No newline at end of file + retention-days: 7