Skip to content

Commit

Permalink
Create virustotal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka10843 authored Apr 20, 2024
1 parent c2b7ea5 commit 0b2e1f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/virustotal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: released

on:
release:
types: [published]

jobs:
virustotal:
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
files: |
.exe$

0 comments on commit 0b2e1f1

Please sign in to comment.