Skip to content

Commit 3178226

Browse files
committed
fix: CI unable to download UE
1 parent 96d6319 commit 3178226

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
- name: Download, Extract and Setup UE
4343
working-directory: ue
4444
run: |
45-
gh release download --repo satisfactorymodding/UnrealEngine -p "UnrealEngine-CSS-Editor-Win64.7z.*" 5.3.2-css-68
45+
gh release download --repo satisfactorymodding/UnrealEngine -p "UnrealEngine-CSS-Editor-Win64.7z.001" 5.3.2-css-68
46+
gh release download --repo satisfactorymodding/UnrealEngine -p "UnrealEngine-CSS-Editor-Win64.7z.002" 5.3.2-css-68
47+
gh release download --repo satisfactorymodding/UnrealEngine -p "UnrealEngine-CSS-Editor-Win64.7z.003" 5.3.2-css-68
4648
7z x UnrealEngine-CSS-Editor-Win64.7z.001
4749
rm UnrealEngine-CSS-Editor-Win64.7z*
4850
.\\SetupScripts\\Register.bat

0 commit comments

Comments
 (0)