We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d6319 commit 3178226Copy full SHA for 3178226
.github/workflows/build.yml
@@ -42,7 +42,9 @@ jobs:
42
- name: Download, Extract and Setup UE
43
working-directory: ue
44
run: |
45
- gh release download --repo satisfactorymodding/UnrealEngine -p "UnrealEngine-CSS-Editor-Win64.7z.*" 5.3.2-css-68
+ 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
48
7z x UnrealEngine-CSS-Editor-Win64.7z.001
49
rm UnrealEngine-CSS-Editor-Win64.7z*
50
.\\SetupScripts\\Register.bat
0 commit comments