From 5d392d0fae7f1a442505b9d197e1ac828c09741c Mon Sep 17 00:00:00 2001 From: Ismoh <12631485+Ismoh@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:05:50 +0200 Subject: [PATCH] master Fixed **typo** :facepalm: --- .github/workflows/dependency-updater.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" }