Skip to content

v0.6.3

v0.6.3 #1

Workflow file for this run

name: released
on:
release:
types: [published]
jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
update_release_body: true
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
windows_amd64.tar.gz$
windows_386.tar.gz$