Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Add vis directory to 7z archive
  • Loading branch information
Garey27 authored Dec 7, 2024
1 parent f2aa781 commit df7c1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
files: hitbox_fix-bin-*.zip

0 comments on commit df7c1a7

Please sign in to comment.