Skip to content

Commit

Permalink
Added upload to VirusTotal for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikramer committed Jan 25, 2022
1 parent f211a9c commit 6327190
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
name: windows-artifacts
path: |
kse/build/launcher/kse.exe
kse/build/distributions/kse-*.zip
kse/build/distributions/kse-*-setup-no-jre.exe
Expand Down Expand Up @@ -181,3 +182,13 @@ jobs:
kse*.deb
kse*.rpm
token: ${{ secrets.github_token }}
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v2
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
files: |
kse.exe
kse-*.zip
kse-*-setup.exe
kse-*-setup-no-jre.exe

0 comments on commit 6327190

Please sign in to comment.