Update build.yml

This commit is contained in:
Jay Lee
2022-11-14 20:21:38 -05:00
committed by GitHub
parent a013e95fcf
commit 1d80028c93

View File

@@ -730,7 +730,7 @@ jobs:
- name: Set datetime version string
id: dateversion
run: |
echo "::set-output name=dateversion::$(date +'%Y%m%d.%k%M%S')"
echo "dateversion=$(date +'%Y%m%d.%k%M%S')" >> $GITHUB_STATE
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3