From 2182fdc2670cc8e5f88bb80104297e41703d7e04 Mon Sep 17 00:00:00 2001 From: Ismoh <12631485+Ismoh@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:11:02 +0100 Subject: [PATCH] Remove unnecessary file copy in dependency-updater.yml --- .github/workflows/dependency-updater.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dependency-updater.yml b/.github/workflows/dependency-updater.yml index 17274989..415d539f 100644 --- a/.github/workflows/dependency-updater.yml +++ b/.github/workflows/dependency-updater.yml @@ -128,7 +128,6 @@ jobs: Expand-Archive -Path "${{ github.workspace }}\temp\NoitaPatcher*.zip" -DestinationPath "${{ github.workspace }}\temp" -Force Copy-Item -Path "${{ github.workspace }}\temp\NoitaPatcher\*" -Destination $noitaptacherDirectroyPath -Recurse -Force - Copy-Item -Path "${{ github.workspace }}\temp\NoitaPatcher\noitapatcher\nsew\*" -Destination $noitaptacherDirectroyPath\noitapatcher\nsew\ -Recurse -Force 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