[GitHub CI] Add VirusTotal

This commit is contained in:
Connection Refused
2021-09-20 22:33:24 +08:00
committed by GitHub
parent acebe1a61e
commit 34786c7a0a

View File

@@ -37,6 +37,13 @@ jobs:
7z rn Netch.7z release Netch
echo "NETCH_SHA256=$((Get-FileHash Netch.7z -Algorithm SHA256).Hash.ToLower())" | Out-File -Append -Encoding UTF8 -FilePath $Env:GITHUB_ENV
- name: VirusTotal
uses: crazy-max/ghaction-virustotal@v2
with:
vt_api_key: ${{ secrets.VirusTotal }}
files: |
Netch.7z
- name: Release
uses: softprops/action-gh-release@v1
env: