We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7460866 commit cfa20b8Copy full SHA for cfa20b8
.github/workflows/release.yaml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
set -ex
76
pkgname=yara-x-${{ github.ref_name }}-${{ matrix.target }}
77
- if [ "${{ matrix.build }}" = "windows" || "${{ matrix.build }}" == "windows-arm" ]; then
+ if [ "${{ matrix.build }}" = "windows" ]; then
78
7z a $pkgname.zip ./target/${{ matrix.target }}/release-lto/yr.exe
79
7z a yara-x-capi-${{ github.ref_name }}-${{ matrix.target }}.zip \
80
./target/${{ matrix.target }}/release-lto/yara_x.h \
0 commit comments