File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 5757
5858 # Unzip hitbox_fixer library to metamod folder
5959 unzip -p hitbox_fix-bin*.zip addons/hitbox_fix/hitbox_fix_mm_i386.so > publish/addons/hitbox_fix/hitbox_fix_mm_i386.so
60-
61- - name : Download accuracy-fix
62- run : |
63- # Get latest release version of accuracy-fix
64- wget --quiet https://github.com/SmileYzn/AccuracyFix/releases/download/1.0.4/accuracyfix-linux.zip
65-
66- # Unzip accuracy-fix library to metamod folder
67- unzip -p accuracyfix-linux.zip addons/accuracyfix/dlls/accuracyfix_mm.so > publish/addons/accuracyfix/accuracyfix_mm.so
68-
60+
6961 - name : Deploy artifacts
70- uses : actions/upload-artifact@v3
62+ uses : actions/upload-artifact@v4
7163 with :
7264 name : csdm-linux
7365 path : publish/*
You can’t perform that action at this time.
0 commit comments