Skip to content

Commit c326db9

Browse files
committed
save
1 parent f4fc5d9 commit c326db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Publish Unit Test Coverage Report
130130
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
131-
if: ${{ inputs.enable-unit-tests && !cancelled() }}
131+
if: ${{ runner.os == 'linux' && inputs.enable-unit-tests && !cancelled() }}
132132
with:
133133
name: Unit Test Coverage Report
134134
path: 'coverage/unit'

0 commit comments

Comments
 (0)