Skip to content

Commit 43c7fbf

Browse files
committed
CI: Skip packaging on mac, the unsigned binary can't be used
1 parent 62cfb50 commit 43c7fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --run python3 -m clang_html "${env:TMPDIR}/clang-tidy.log" -o "${env:GITHUB_WORKSPACE}/binaries/clang-tidy.html"
143143
144144
- name: Package
145+
if: matrix.name != 'macos-clang-arm64'
145146
run: |
146147
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --package opencloud/opencloud-desktop
147148

0 commit comments

Comments
 (0)