Skip to content

Commit

Permalink
add vt scan
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Jun 8, 2024
1 parent e691784 commit 033dda3
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 033dda3

Please sign in to comment.