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: