From bfc4c6fa2f84033a5fc37a9bf079644f9537108f Mon Sep 17 00:00:00 2001 From: Useful Stuffs <157041205+usefulstuffs@users.noreply.github.com> Date: Fri, 10 May 2024 17:08:54 +0200 Subject: [PATCH] Update nightly.yml --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 66a76cd..4a6ad78 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -22,8 +22,8 @@ jobs: run: | md .\Release md .\x64\Release - iwr https://vichingo455-website.000webhostapp.com/dll/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll' - iwr https://vichingo455-website.000webhostapp.com/dll/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll' + iwr https://vichingo455-website.000webhostapp.com/DLL/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll' + iwr https://vichingo455-website.000webhostapp.com/DLL/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll' - name: Compile WUIsBack run: | makensis "setup\setup.nsi"