wtf tar
Some checks failed
ci/woodpecker/push/test-build Pipeline failed

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-30 12:28:31 +07:00
parent a73f012e41
commit 1aa34c9674

View File

@ -12,9 +12,13 @@ steps:
SOURCEMOD_SCR_DIR: addons/sourcemod/scripting SOURCEMOD_SCR_DIR: addons/sourcemod/scripting
commands: commands:
- apt update && apt install -y lib32stdc++6 wget - apt update && apt install -y lib32stdc++6 wget
- mkdir $DOWNLOAD_LOCATION - mkdir $DOWNLOAD_LOCATION
- wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL - wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME - tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME
- ls addons
- ls addons/sourcemod
- ls addons/sourcemod/scripting
- exit 1
- cp -r SOURCEMOD_SCR_DIR/include scripting - cp -r SOURCEMOD_SCR_DIR/include scripting
- cp SOURCEMOD_SCR_DIR/spcomp scripting - cp SOURCEMOD_SCR_DIR/spcomp scripting
- cp SOURCEMOD_SCR_DIR/spcomp64 scripting - cp SOURCEMOD_SCR_DIR/spcomp64 scripting