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

Commit c8976d7

Browse files
author
Dirk Lemstra
committed
Removed call to CheckUpload.
1 parent ba37a0d commit c8976d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

AppVeyor/Build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ New-Item -ItemType directory -Path ..\Windows-Distribution | Out-Null
237237
if ($name -eq "source")
238238
{
239239
CreateSource $version
240-
CheckUpload
241240
}
242241
else
243242
{

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414

1515
PfxUri:
1616
secure: bQc3Nboe/KLQhUg19FYGyNxL+w6OQ7pTTE2OXPBi2JD9aQICOH9ZNO8MRioScKRSeMR39Jw1T/s3Pnz5pZ2K4pbntOqS5FnF94VnKkekee9MYHOnhSOMh4YrI9D+HmRdTuC+Q0B6IsO2gC1iATI7y2RkbB7cOHYgycyGVuotLVs=
17-
KeyFile: C:\ImageMagick\ImageMagick.pfx
17+
KeyFile: C:\ImageMagick.pfx
1818

1919
SignTool: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\signtool.exe
2020
CertPassword:

0 commit comments

Comments
 (0)