Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndra55 committed Sep 4, 2024
1 parent 8a0a1b6 commit be0f545
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: true

- uses: microsoft/setup-msbuild@v1.1
- uses: microsoft/setup-msbuild@v2
- uses: ilammy/msvc-dev-cmd@v1

- name: Download premake5
Expand All @@ -40,7 +40,7 @@ jobs:
with:
submodules: true

- uses: microsoft/setup-msbuild@v1.1
- uses: microsoft/setup-msbuild@v2
- uses: ilammy/msvc-dev-cmd@v1

- name: Download premake5
Expand All @@ -67,21 +67,21 @@ jobs:
run: MSBuild /p:Configuration=Release /p:Platform=TR8

# upload
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Legend
path: |
bin/TR7/Release/TR7-Menu-Hook.asi
bin/TR7/Release/TR7-Menu-Hook.pdb
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Anniversary
path: |
bin/TRAE/Release/TRAE-Menu-Hook.asi
bin/TRAE/Release/TRAE-Menu-Hook.pdb
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Underworld
path: |
Expand Down
2 changes: 1 addition & 1 deletion docs/patches.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MaxShadowMap = 8192

## Heap size

By default the game reserves 256 megabytes of heap memory to use, this patch allows you to increase the reserved memory.
By default the game reserves 256 megabytes of heap memory to use, this patch allows you to increase this value.

> [!WARNING]
> The operating system might refuse to reserve a large amount of memory when increasing this value.
Expand Down

0 comments on commit be0f545

Please sign in to comment.