From b27a8598d9d80ced7e4a7738f86fc685ad8497b4 Mon Sep 17 00:00:00 2001 From: Salvatore Ansani Date: Tue, 30 Apr 2024 21:19:45 +0200 Subject: [PATCH] Merged all steps --- .github/workflows/virustotal.yaml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/workflows/virustotal.yaml b/.github/workflows/virustotal.yaml index d82de845c..ddeaf90bd 100644 --- a/.github/workflows/virustotal.yaml +++ b/.github/workflows/virustotal.yaml @@ -18,16 +18,9 @@ jobs: merge-multiple: true - name: Display structure of downloaded files run: ls -R . - - virustotal: - needs: download - runs-on: ubuntu-latest - steps: - - name: Display structure of downloaded files - run: ls -R . - - name: VirusTotal Scan - uses: crazy-max/ghaction-virustotal@v4 - with: - vt_api_key: ${{ secrets.VT_API_KEY }} - files: | - *.exe + - name: VirusTotal Scan + uses: crazy-max/ghaction-virustotal@v4 + with: + vt_api_key: ${{ secrets.VT_API_KEY }} + files: | + *.exe