From 34786c7a0a9f97200d68c4ef7e6814ddf929112f Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Mon, 20 Sep 2021 22:33:24 +0800 Subject: [PATCH] [GitHub CI] Add VirusTotal --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 921ce926..222a154c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: