Update nightly.yml
This commit is contained in:
parent
55136b0ab7
commit
bfc4c6fa2f
|
@ -22,8 +22,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
md .\Release
|
md .\Release
|
||||||
md .\x64\Release
|
md .\x64\Release
|
||||||
iwr https://vichingo455-website.000webhostapp.com/dll/LegacyUpdate32.dll -outfile '.\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'
|
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"
|
||||||
|
|
Loading…
Reference in New Issue