mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -727,11 +727,6 @@ jobs:
|
|||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
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
|
- name: VirusTotal Scan
|
||||||
uses: crazy-max/ghaction-virustotal@v3
|
uses: crazy-max/ghaction-virustotal@v3
|
||||||
with:
|
with:
|
||||||
@@ -743,9 +738,8 @@ jobs:
|
|||||||
name: Publish draft release
|
name: Publish draft release
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: ${{ steps.dateversion.outputs.dateversion }}
|
automatic_release_tag: latest
|
||||||
prerelease: false
|
prerelease: false
|
||||||
draft: true
|
draft: true
|
||||||
title: "GAM ${{ steps.dateversion.outputs.dateversion }}"
|
|
||||||
files: |
|
files: |
|
||||||
gam-binaries/*
|
gam-binaries/*
|
||||||
|
|||||||
Reference in New Issue
Block a user