From df7c1a7230e6107fb395ecb91b0ae2fb43c72c67 Mon Sep 17 00:00:00 2001 From: Garey Date: Sun, 8 Dec 2024 01:14:35 +0500 Subject: [PATCH] Update cmake.yml Add vis directory to 7z archive --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 494cbb6..deefa8e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -101,9 +101,9 @@ jobs: mkdir -p amxmodx/hitboxfixer vis cp hitbox_fix_mm.dll hitbox_fix_mm_i386.so amxmodx/hitboxfixer cp hitbox_vis.dll vis/hitbox_vis.asi - 7z a -tzip hitbox_fix-bin-${RELEASE_VERSION}.zip amxmodx + 7z a -tzip hitbox_fix-bin-${RELEASE_VERSION}.zip amxmodx vis - name: Release uses: softprops/action-gh-release@v2 with: - files: hitbox_fix-bin-*.zip \ No newline at end of file + files: hitbox_fix-bin-*.zip