From c9d339d82ea77151b4bac3f86fb7582c91b0aea5 Mon Sep 17 00:00:00 2001 From: Ismoh <12631485+Ismoh@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:49:35 +0100 Subject: [PATCH] Fix NoitaPatcher copy command --- .github/workflows/dependency-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-updater.yml b/.github/workflows/dependency-updater.yml index 0f1b3d5d..d3d0c15c 100644 --- a/.github/workflows/dependency-updater.yml +++ b/.github/workflows/dependency-updater.yml @@ -128,7 +128,7 @@ jobs: Expand-Archive -Path "${{ github.workspace }}\temp\NoitaPatcher*.zip" -DestinationPath "${{ github.workspace }}\temp" -Force ls -R "${{ github.workspace }}\temp\NoitaPatcher" - Copy-Item -Path "${{ github.workspace }}\temp\NoitaPatcher\*" -Destination $noitaptacherDirectroyPath -Force + Copy-Item -Path "${{ github.workspace }}\temp\NoitaPatcher\*" -Destination $noitaptacherDirectroyPath -Recuse -Force -Verbose ls -R $noitaptacherDirectroyPath Copy-Item -Path "${{ github.workspace }}\temp\Modules\noitapatcher.lua" -Destination "${{ github.workspace }}\.debug\lua-definitions" -Force cd ${{ github.workspace }} # go back to root otherwise we cannot delete the temp folder