mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Update build.yml
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user