Skip to content

Commit 1e803e2

Browse files
authoredMar 11, 2025··
Fix vt-scan not detecting 7z package
1 parent 0e0bc4d commit 1e803e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/vt-scan-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
update_release_body: true
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
files: |
37-
^.*\.[7zZ]$
37+
^.*\.[7][zZ]$

0 commit comments

Comments
 (0)
Please sign in to comment.