mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[GitHub CI] Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: VirusTotal
|
||||
uses: crazy-max/ghaction-virustotal@v2
|
||||
with:
|
||||
vt_api_key: ${{ secrets.VirusTotal }}
|
||||
vt_api_key: ${{ secrets.VIRUSTOTAL }}
|
||||
files: |
|
||||
Netch.7z
|
||||
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: VirusTotal
|
||||
uses: crazy-max/ghaction-virustotal@v2
|
||||
with:
|
||||
vt_api_key: ${{ secrets.VirusTotal }}
|
||||
vt_api_key: ${{ secrets.VIRUSTOTAL }}
|
||||
files: |
|
||||
Netch.7z
|
||||
|
||||
|
||||
Reference in New Issue
Block a user