mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Update Windows powershell command to move updater
This commit is contained in:
parent
9106c068ac
commit
7019f5618b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-installers.yml
vendored
2
.github/workflows/publish-installers.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue