Skip to content

Commit b62b3ea

Browse files
committed
build fix
1 parent b67c3c5 commit b62b3ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
name: PythonProjectMngr
4040
path: dist/PythonProjectMngr.exe
4141

42-
- name: Scan with VirusTotal
43-
if: success() && secrets.VIRUSTOTAL_API_KEY != ''
42+
- name: VirusTotal GitHub Action
4443
uses: crazy-max/ghaction-virustotal@v4.0.0
4544
with:
4645
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}

0 commit comments

Comments
 (0)