From 8e11b876756173db0d819d057a343faa1f1dc9ed Mon Sep 17 00:00:00 2001 From: Bagus Nur Listiyono <28079733+bagusnl@users.noreply.github.com> Date: Fri, 31 Jan 2025 23:37:33 +0700 Subject: [PATCH] [skip ci] [CI] Tryfix VirusTotal scanner --- .github/workflows/vt-scan-releases.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/vt-scan-releases.yml b/.github/workflows/vt-scan-releases.yml index b829c8e10..baeb2b05d 100644 --- a/.github/workflows/vt-scan-releases.yml +++ b/.github/workflows/vt-scan-releases.yml @@ -8,8 +8,7 @@ jobs: virustotal: runs-on: ubuntu-latest steps: - - - name: VirusTotal Scan + - name: VirusTotal Scan Executables uses: crazy-max/ghaction-virustotal@v4 with: vt_api_key: ${{ secrets.VT_API_KEY }} @@ -17,4 +16,12 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} files: | *.exe - *.7z \ No newline at end of file + + - name: VirusTotal Scan Archive + uses: crazy-max/ghaction-virustotal@v4 + with: + vt_api_key: ${{ secrets.VT_API_KEY }} + update_release_body: true + github_token: ${{ secrets.GITHUB_TOKEN }} + files: | + *.7z