Skip to content

Commit e5e72fa

Browse files
authored
Update create_release.yml
1 parent a34728d commit e5e72fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
cmake -E sha256sum $TARBALL > $SHASUM
7979
echo "TARBALL=$TARBALL" >> $GITHUB_OUTPUT
8080
echo "SHASUM=$SHASUM" >> $GITHUB_OUTPUT
81-
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-11-arm' }}
81+
if: matrix.os != 'windows-11-arm'
8282

8383
- name: archive-arm64
8484
id: archive-arm64

0 commit comments

Comments
 (0)