mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[GitHub CI] Add VirusTotal
This commit is contained in:
committed by
GitHub
parent
acebe1a61e
commit
34786c7a0a
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user