File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
submodules : true
15
15
16
- - uses : microsoft/setup-msbuild@v1.1
16
+ - uses : microsoft/setup-msbuild@v2
17
17
- uses : ilammy/msvc-dev-cmd@v1
18
18
19
19
- name : Download premake5
40
40
with :
41
41
submodules : true
42
42
43
- - uses : microsoft/setup-msbuild@v1.1
43
+ - uses : microsoft/setup-msbuild@v2
44
44
- uses : ilammy/msvc-dev-cmd@v1
45
45
46
46
- name : Download premake5
@@ -67,21 +67,21 @@ jobs:
67
67
run : MSBuild /p:Configuration=Release /p:Platform=TR8
68
68
69
69
# upload
70
- - uses : actions/upload-artifact@v3
70
+ - uses : actions/upload-artifact@v4
71
71
with :
72
72
name : Legend
73
73
path : |
74
74
bin/TR7/Release/TR7-Menu-Hook.asi
75
75
bin/TR7/Release/TR7-Menu-Hook.pdb
76
76
77
- - uses : actions/upload-artifact@v3
77
+ - uses : actions/upload-artifact@v4
78
78
with :
79
79
name : Anniversary
80
80
path : |
81
81
bin/TRAE/Release/TRAE-Menu-Hook.asi
82
82
bin/TRAE/Release/TRAE-Menu-Hook.pdb
83
83
84
- - uses : actions/upload-artifact@v3
84
+ - uses : actions/upload-artifact@v4
85
85
with :
86
86
name : Underworld
87
87
path : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ MaxShadowMap = 8192
10
10
11
11
## Heap size
12
12
13
- By default the game reserves 256 megabytes of heap memory to use, this patch allows you to increase the reserved memory .
13
+ By default the game reserves 256 megabytes of heap memory to use, this patch allows you to increase this value .
14
14
15
15
> [ !WARNING]
16
16
> The operating system might refuse to reserve a large amount of memory when increasing this value.
You can’t perform that action at this time.
0 commit comments