Skip to content

Commit 638db10

Browse files
committed
update(builder): Default Plugins
1 parent 792e33f commit 638db10

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/builder.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,20 @@ jobs:
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

0 commit comments

Comments
 (0)