From 1e79ce103b51168e0109e0a73db254079120ebc5 Mon Sep 17 00:00:00 2001 From: acidicoala <67734819+acidicoala@users.noreply.github.com> Date: Wed, 27 Aug 2025 21:00:11 +0500 Subject: [PATCH] Updated CI --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 016b26d..68787ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,10 @@ jobs: permissions: contents: write with: - modules: >- - ["SmokeAPI"] - + arch: [ 64 ] + config: Release + modules: [ "SmokeAPI" ] zip_command: > zip -j $ZIP_NAME artifacts/*/*.dll res/SmokeAPI.config.json - - config: Release