Skip to content

Commit

Permalink
Update released workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 9, 2020
1 parent 9acbda4 commit 18bdad6
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,23 @@ jobs:
virustotal:
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Monitor Scan
uses: crazy-max/ghaction-virustotal@v2.1.2
with:
vt_api_key: ${{ secrets.VT_MONITOR_API_KEY }}
vt_monitor: true
monitor_path: /${{ github.event.repository.name }}/${{ github.event.release.tag_name }}
update_release_body: false
github_token: ${{ secrets.GITHUB_TOKEN }}
files: |
${{ github.event.repository.name }}-(win32|win64).exe
-
name: VirusTotal Scan
id: vt
uses: crazy-max/ghaction-virustotal@v2
uses: crazy-max/ghaction-virustotal@v2.1.2
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
github_token: ${{ secrets.GITHUB_TOKEN }}
files: |
*-portable.exe
*-portable-win32.exe
*-portable-win64.exe
${{ github.event.repository.name }}-(win32|win64).exe

0 comments on commit 18bdad6

Please sign in to comment.