Update build.yml

This commit is contained in:
Jay Lee
2022-09-27 07:07:21 -04:00
committed by GitHub
parent 4c81849c60
commit f57f311f16

View File

@@ -745,6 +745,13 @@ jobs:
run: | run: |
echo "::set-output name=dateversion::$(date +'%Y%m%d.%k%M%S')" echo "::set-output name=dateversion::$(date +'%Y%m%d.%k%M%S')"
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
gam-binaries/*
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
name: Publish draft release name: Publish draft release
with: with: