Skip to content

0.1.6

0.1.6 #5

Workflow file for this run

name: Scan with VirusTotal
on:
release:
types: [published]
workflow_dispatch:
jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
update_release_body: true
files: |
.exe$