Fix makensis (TEST)

This commit is contained in:
Useful Stuffs 2024-02-14 15:59:12 +01:00 committed by GitHub
parent b600672317
commit ef2283e834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
iwr http://fritzbox3272.controlliamo.com/WUIsBack/dll/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll'
- name: Compile WUIsBack
run: |
makensis .\setup\setup.nsi
makensis "%~dp0\setup\setup.nsi"
- name: Upload Nightly Build
uses: actions/upload-artifact@v4
with: