Skip to content

Commit 1376f3b

Browse files
committed
Bloatflow should work now
1 parent 2cff72b commit 1376f3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
wget https://github.com/hermansimensen/eventqueue-fix/archive/refs/heads/main.tar.gz
3434
tar --strip-components=1 -xvzf main.tar.gz -C addons/sourcemod
3535
wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.tar.gz
36-
tar --strip-components=1 -xvzf package.tar.gz
36+
tar --strip-components=2 -xvzf package.tar.gz -C addons/sourcemod
3737
wget https://github.com/nosoop/SMExt-SourceScramble/releases/download/0.7.1.4/package.zip
3838
unzip package.zip "addons/sourcemod/extensions/*"
3939
wget https://github.com/FortyTwoFortyTwo/VScript/archive/refs/tags/1.10.0.90.tar.gz
40-
tar --strip-components=1 -xvzf 1.10.0.90.tar.gz
41-
rm -rf *.zip *.tar.gz addons/sourcemod/.git* addons/sourcemod/LICENSE scripts
40+
tar --strip-components=1 -xvzf 1.10.0.90.tar.gz -C addons/sourcemod
41+
rm -rf *.zip *.tar.gz addons/sourcemod/{.git*,LICENSE,plugins,scripts,scripting/vscript_test.sp,README.md}
4242
4343
- name: Run compiler
4444
shell: bash

0 commit comments

Comments
 (0)