Update Windows powershell command to move updater

This commit is contained in:
JonnyWong16 2020-12-22 15:36:21 -08:00
commit 7019f5618b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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