what the hell tar
Some checks failed
ci/woodpecker/push/test-build Pipeline failed

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-30 12:09:13 +07:00
parent d3ab8db2d8
commit ab6c7683c4

View File

@ -14,11 +14,14 @@ steps:
- mkdir $DOWNLOAD_LOCATION
- wget -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
- ls $DOWNLOAD_LOCATION
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME
- ls $DOWNLOAD_LOCATION
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME \
addons/sourcemod/scripting/include \
addons/sourcemod/scripting/spcomp \
addons/sourcemod/scripting/spcomp64 \
addons/sourcemod/scripting/compile.sh
- exit 2
- name: build
image: debian:bookworm
commands: