Skip to content

Commit b67c3c5

Browse files
committed
build fix
1 parent bfa363d commit b67c3c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Scan with VirusTotal
4343
if: success() && secrets.VIRUSTOTAL_API_KEY != ''
44-
uses: crazy-max/ghaction-virustotal@v4.0.0
45-
with:
46-
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
47-
files: dist/PythonProjectMngr.exe
44+
uses: crazy-max/ghaction-virustotal@v4.0.0
45+
with:
46+
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
47+
files: dist/PythonProjectMngr.exe

0 commit comments

Comments
 (0)