We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7e881 commit 32954a7Copy full SHA for 32954a7
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
dotnet-version: 9.0.x
35
36
- name: Build on MacOS
37
- if: matrix.kind == 'macos'
+ if: matrix.kind == 'macos' || matrix.kind == 'macos-arm64'
38
run: |
39
tag=$(git describe --tags --abbrev=0)
40
release_name="CodeLineCounter-$tag-${{ matrix.target }}"
0 commit comments