From 7019f5618b7094f754ea887e3015bb7a2ef303e5 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Tue, 22 Dec 2020 15:36:21 -0800 Subject: [PATCH] Update Windows powershell command to move updater --- .github/workflows/publish-installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-installers.yml b/.github/workflows/publish-installers.yml index a74d1ba9..83a5aa2a 100644 --- a/.github/workflows/publish-installers.yml +++ b/.github/workflows/publish-installers.yml @@ -68,7 +68,7 @@ jobs: - name: Move Windows Updater Files if: matrix.os == 'windows' run: | - MOVE /Y dist\updater\* dist\Tautulli + Move-Item dist\updater\* dist\Tautulli\ -Force - name: Create Windows Installer uses: joncloud/makensis-action@v1.2