diff --git a/.github/workflows/dependency-updater.yml b/.github/workflows/dependency-updater.yml index 415d539f..0f1b3d5d 100644 --- a/.github/workflows/dependency-updater.yml +++ b/.github/workflows/dependency-updater.yml @@ -127,7 +127,9 @@ jobs: $tagName | Out-File -FilePath ${{ github.workspace }}\mods\noita-mp\lua_modules\lib\lua\5.1\noitapatcher.version Expand-Archive -Path "${{ github.workspace }}\temp\NoitaPatcher*.zip" -DestinationPath "${{ github.workspace }}\temp" -Force - Copy-Item -Path "${{ github.workspace }}\temp\NoitaPatcher\*" -Destination $noitaptacherDirectroyPath -Recurse -Force + ls -R "${{ github.workspace }}\temp\NoitaPatcher" + Copy-Item -Path "${{ github.workspace }}\temp\NoitaPatcher\*" -Destination $noitaptacherDirectroyPath -Force + 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 Remove-Item -Path "${{ github.workspace }}\temp" -Recurse -Force