diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index 781a250..ef5bbbc 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -46,7 +46,7 @@ jobs: strategy: matrix: arch: [arm64, x64] - os: [linux, alpine] + os: [linux, alpine, macos] runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2603115..f95c26b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,5 +51,5 @@ jobs: - uses: ncipollo/release-action@v1 with: - artifacts: "alpine-arm64/*,alpine-x64/*,linux-arm64/*,linux-x64/*" + artifacts: "alpine-arm64/*,alpine-x64/*,linux-arm64/*,linux-x64/*,macos-arm64/*,macos-x64/*" tag: v${{ needs.bump-version.outputs.packageVersion }}