Fix GitHub Actions
This commit is contained in:
parent
ad8366918e
commit
775a3e07d1
|
@ -3,7 +3,7 @@ name: WUIsBack Nightly AutoBuilder
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Name "${NAME}"
|
||||
Caption "${NAME}"
|
||||
BrandingText "${NAME} ${VERSION} - ${DOMAIN}"
|
||||
OutFile "LegacyUpdate-${VERSION}.exe"
|
||||
OutFile "WUIsBack-latest.exe"
|
||||
InstallDir "$PROGRAMFILES64\Legacy Update"
|
||||
InstallDirRegKey HKLM "${REGPATH_LEGACYUPDATE_SETUP}" "InstallLocation"
|
||||
|
||||
|
|
Loading…
Reference in New Issue