diff --git a/.github/workflows/dependency-updater.yml b/.github/workflows/dependency-updater.yml index 519350865..7aeee7ef0 100644 --- a/.github/workflows/dependency-updater.yml +++ b/.github/workflows/dependency-updater.yml @@ -95,13 +95,10 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - ls -R ${{ github.workspace }}\ - $noitaptacherPath = "${{ github.workspace }}\mods\noita-mp\lua_modules\lib\lua\5.1\noitapatcher.dll" - echo $noitapatcherPath if ([System.IO.File]::Exists($noitaptacherPath)) { - $creationTime = (Get-Item $noitapatcherPath).CreationTime.ToString("yyyy-MM-ddThh:mm:ssZ") + $creationTime = (Get-Item $noitaptacherPath).CreationTime.ToString("yyyy-MM-ddThh:mm:ssZ") } else { $creationTime = "2021-11-10T00:00:00Z" }