Skip to content

Commit

Permalink
Build Setup fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
king-tri-ton committed Aug 30, 2024
1 parent b563c2f commit ebf3d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: VirusTotal GitHub Action
uses: crazy-max/ghaction-virustotal@v4.0.0
with:
api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
file: dist/MiniBin-KT.exe
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
files: dist/MiniBin-KT.exe

0 comments on commit ebf3d2f

Please sign in to comment.