From f57f311f16b0783e9171b2e45246afd2fbb5404a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 27 Sep 2022 07:07:21 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ad82398..42c01e02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -739,12 +739,19 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v3 - + - name: Set datetime version string id: dateversion run: | 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" name: Publish draft release with: