Skip to content

Commit 0f78ae0

Browse files
committed
Update CI
1 parent 787ef8f commit 0f78ae0

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818

1919
steps:
2020
- 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"
21+
uses: robinraju/release-downloader@v1.12
22+
with:
23+
repository: "OldUnreal/UnrealTournamentPatches"
24+
tag: "v469e"
25+
fileName: "OldUnreal-UTPatch469e-Windows-x86.zip"
2826

2927
- name: Extract Patch
3028
run: 7z x "OldUnreal-UTPatch469e-Windows-x86.zip"

0 commit comments

Comments
 (0)