diff --git a/.github/workflows/virustotal.yaml b/.github/workflows/virustotal.yaml new file mode 100644 index 0000000..cf9f921 --- /dev/null +++ b/.github/workflows/virustotal.yaml @@ -0,0 +1,18 @@ +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$