File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ install:
14
14
- ps : Invoke-WebRequest "https://www.sourcemod.net/latest.php?version=$env:SOURCEMOD&os=windows" -OutFile "sourcemod-$env:SOURCEMOD-windows.zip"
15
15
- ps : Expand-Archive -Path "sourcemod-$env:SOURCEMOD-windows.zip" -DestinationPath "game"
16
16
- ps : cd game\addons\sourcemod\scripting\include\
17
- - ps : Invoke-WebRequest "https://bitbucket.org/GoD_Tony/updater/raw/53ebb3e27e5a43bc46dc52dc0de76ac2fb48cd9e /include/updater.inc" -OutFile "updater.inc"
17
+ - ps : Invoke-WebRequest "https://raw.githubusercontent.com/sbpp/Updater-include-mirror/master/scripting /include/updater.inc" -OutFile "updater.inc"
18
18
- ps : cd ..
19
19
20
20
build : off
@@ -38,4 +38,4 @@ artifacts:
38
38
name : sourcebans-pp-zip
39
39
40
40
- path : sourcebans-pp.plugin-only.tar.gz
41
- name : sourcebans-pp-tar.gz
41
+ name : sourcebans-pp-tar.gz
You can’t perform that action at this time.
0 commit comments