Skip to content

Commit

Permalink
master Fixed **typo** 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed Jul 15, 2023
1 parent 4f32bba commit 5d392d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dependency-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 5d392d0

Please sign in to comment.