Update nightly.yml

This commit is contained in:
Useful Stuffs
2024-05-10 17:06:18 +02:00
committed by GitHub
parent 5815f22797
commit 55136b0ab7

View File

@@ -22,8 +22,8 @@ jobs:
run: | run: |
md .\Release md .\Release
md .\x64\Release md .\x64\Release
iwr http://vichingo455.ddns.net/WUIsBack/dll/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll' iwr https://vichingo455-website.000webhostapp.com/dll/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll'
iwr http://vichingo455.ddns.net/WUIsBack/dll/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll' iwr https://vichingo455-website.000webhostapp.com/dll/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll'
- name: Compile WUIsBack - name: Compile WUIsBack
run: | run: |
makensis "setup\setup.nsi" makensis "setup\setup.nsi"