Skip to content

Commit 32954a7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
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)