Skip to content

Commit cfa20b8

Browse files
committed
ci: fix shell script that builds archive
1 parent 7460866 commit cfa20b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
set -ex
7676
pkgname=yara-x-${{ github.ref_name }}-${{ matrix.target }}
77-
if [ "${{ matrix.build }}" = "windows" || "${{ matrix.build }}" == "windows-arm" ]; then
77+
if [ "${{ matrix.build }}" = "windows" ]; then
7878
7z a $pkgname.zip ./target/${{ matrix.target }}/release-lto/yr.exe
7979
7z a yara-x-capi-${{ github.ref_name }}-${{ matrix.target }}.zip \
8080
./target/${{ matrix.target }}/release-lto/yara_x.h \

0 commit comments

Comments
 (0)