Skip to content

Commit 32954a7

Browse files
committed
feat: enable build on macos-arm64 in GitHub Actions workflow
1 parent 2d7e881 commit 32954a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
dotnet-version: 9.0.x
3535

3636
- name: Build on MacOS
37-
if: matrix.kind == 'macos'
37+
if: matrix.kind == 'macos' || matrix.kind == 'macos-arm64'
3838
run: |
3939
tag=$(git describe --tags --abbrev=0)
4040
release_name="CodeLineCounter-$tag-${{ matrix.target }}"

0 commit comments

Comments
 (0)