Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit d1346ff

Browse files
author
dirk
committed
Uploading the files every day now.
1 parent 6ab5d55 commit d1346ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

AppVeyor/Build.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ function CreateSource($version)
219219

220220
function CheckUpload()
221221
{
222-
$day = (Get-Date).DayOfWeek
223-
if ($day -ne "Saturday" -And $day -ne "Sunday")
224-
{
225-
Write-Host "Only uploading in the weekend."
226-
Remove-Item ..\Windows-Distribution\*
227-
}
222+
# $day = (Get-Date).DayOfWeek
223+
# if ($day -ne "Saturday" -And $day -ne "Sunday")
224+
# {
225+
# Write-Host "Only uploading in the weekend."
226+
# Remove-Item ..\Windows-Distribution\*
227+
# }
228228
}
229229

230230
$platform = $args[0]

0 commit comments

Comments
 (0)