1 parent 787ef8f commit 0f78ae0Copy full SHA for 0f78ae0
1 file changed
.github/workflows/ci.yml
@@ -18,13 +18,11 @@ jobs:
18
19
steps:
20
- name: Download 469e Patch
21
- run:
22
- curl -o OldUnreal-UTPatch469e-Windows-x86.zip https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469e/OldUnreal-UTPatch469e-Windows-x86.zip
23
- # uses: robinraju/release-downloader@v1.9
24
- # with:
25
- # repository: "OldUnreal/UnrealTournamentPatches"
26
- # tag: "v469e"
27
- # fileName: "OldUnreal-UTPatch469e-Windows-x86.zip"
+ uses: robinraju/release-downloader@v1.12
+ with:
+ repository: "OldUnreal/UnrealTournamentPatches"
+ tag: "v469e"
+ fileName: "OldUnreal-UTPatch469e-Windows-x86.zip"
28
29
- name: Extract Patch
30
run: 7z x "OldUnreal-UTPatch469e-Windows-x86.zip"
0 commit comments