Skip to content

Commit

Permalink
Merge update.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Jun 11, 2024
1 parent ee30235 commit 75cc17b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ jobs:
set PLUGIN_SDK_DIR=%GITHUB_WORKSPACE%\third-party\plugin-sdk
msbuild -m CLEO5.sln /property:Configuration=Release /property:Platform=GTASA
- name: Build CLEO plugins
shell: cmd
run: |
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
- name: VirusTotal Scan CLEO core
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_KEY }}
files: |
./.output/Release/CLEO.asi
- name: Build CLEO plugins
shell: cmd
run: |
set PLUGIN_SDK_DIR=%GITHUB_WORKSPACE%\third-party\plugin-sdk
msbuild -m cleo_plugins/CLEO_Plugins.sln /property:Configuration=Release /property:Platform=x86
- name: Build CLEO ModLoader plugin
shell: cmd
run: |
Expand Down

0 comments on commit 75cc17b

Please sign in to comment.