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