File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 9595 run : |
9696 ./setup.ps1
9797
98+ cd build/package/addons/swiftly
99+
100+ $client = new-object System.Net.WebClient
101+ $client.DownloadFile("https://github.com/swiftly-solution/admins/releases/latest/download/Swiftly.Plugin.Admins.zip","Swiftly.Plugin.Admins.zip")
102+ Expand-Archive Swiftly.Plugin.Admins.zip -DestinationPath .
103+ $client.DownloadFile("https://github.com/swiftly-solution/admins_basecomms/releases/latest/download/Swiftly.Plugin.Admins.BaseComms.zip","Swiftly.Plugin.Admins.BaseComms.zip")
104+ Expand-Archive Swiftly.Plugin.Admins.BaseComms.zip -DestinationPath .
105+ $client.DownloadFile("https://github.com/swiftly-solution/admins_basebans/releases/latest/download/Swiftly.Plugin.Admins.BaseBans.zip","Swiftly.Plugin.Admins.BaseBans.zip")
106+ Expand-Archive Swiftly.Plugin.Admins.BaseBans.zip -DestinationPath .
107+ $client.DownloadFile("https://github.com/swiftly-solution/admins_commands/releases/latest/download/Swiftly.Plugin.Admins.BaseCommands.zip","Swiftly.Plugin.Admins.BaseCommands.zip")
108+ Expand-Archive Swiftly.Plugin.Admins.BaseCommands.zip -DestinationPath .
109+
110+ cd ../../../..
111+
98112 - name : Upload Artifacts Linux
99113 if : matrix.os == 'Linux'
100114 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments