Update nightly.yml

This commit is contained in:
Useful Stuffs 2024-02-28 17:04:21 +01:00 committed by GitHub
parent 8ca7180aa6
commit 193fec0d6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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