Skip to content

Commit

Permalink
Removed VirusTotal step
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Jun 10, 2024
1 parent 5cb5d0d commit 7a39b5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
set PLUGIN_SDK_DIR=%GITHUB_WORKSPACE%\third-party\plugin-sdk
msbuild -m cleo_plugins/CLEO_Plugins.sln /property:Configuration=Release /property:Platform=x86
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_KEY }}
files: |
./.output/Release/CLEO.asi
# - name: VirusTotal Scan
# uses: crazy-max/ghaction-virustotal@v4
# with:
# vt_api_key: ${{ secrets.VT_KEY }}
# files: |
# ./.output/Release/CLEO.asi

- name: Prepare Files
id: prepare_archive
Expand Down

0 comments on commit 7a39b5a

Please sign in to comment.