Update build.yml

This commit is contained in:
Jay Lee
2022-11-14 21:40:53 -05:00
committed by GitHub
parent a5dd5275c8
commit b670a4cee6

View File

@@ -727,11 +727,6 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v3
- name: Set datetime version string
id: dateversion
run: |
echo "dateversion=$(date +'%Y%m%d.%k%M%S')" >> $GITHUB_OUTPUT
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
@@ -743,9 +738,8 @@ jobs:
name: Publish draft release
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.dateversion.outputs.dateversion }}
automatic_release_tag: latest
prerelease: false
draft: true
title: "GAM ${{ steps.dateversion.outputs.dateversion }}"
files: |
gam-binaries/*