From 033dda3452a9f92d3ee64d131bfbdbee923aa785 Mon Sep 17 00:00:00 2001 From: Seemann Date: Fri, 7 Jun 2024 20:32:13 -0400 Subject: [PATCH] add vt scan --- .github/workflows/main.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9760b7b..32e4e114 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,17 +23,9 @@ jobs: set PLUGIN_SDK_DIR=%GITHUB_WORKSPACE%\third-party\plugin-sdk msbuild -m CLEO4.sln /property:Configuration=Release /property:Platform=GTASA - - name: Pack Base Archive - uses: ThirteenAG/zip-release@master + - name: VirusTotal Scan + uses: crazy-max/ghaction-virustotal@v4 with: - path: ./output/Release/* - type: "zip" - filename: CLEO4.zip - exclusions: "*.pdb *.lib *.exp" - - - name: Upload Release - uses: ncipollo/release-action@main - with: - tag: test - prerelease: true - artifacts: "CLEO4.zip" + vt_api_key: ${{ secrets.VT_KEY }} + files: | + ./output/Release/CLEO.asi