Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Jun 24, 2024
1 parent a704ef9 commit 318b6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@ install:
Write-Host "Version v$env:VERSION"
Update-AppveyorBuild -Version ("{0}.{1}" -f $env:VERSION, $env:APPVEYOR_BUILD_NUMBER)
Update-AppveyorBuild -Version "$env:VERSION.$env:APPVEYOR_BUILD_NUMBER"
$CommitDateTime = [datetime]::Parse($env:APPVEYOR_REPO_COMMIT_TIMESTAMP)
Expand Down

0 comments on commit 318b6cc

Please sign in to comment.