diff --git a/appveyor.yml b/appveyor.yml index e94c63aa29a075b988bbc413d8a861a72b99489b..43f2698fa5fe1247090a5608359559c88b572658 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -78,7 +78,6 @@ after_test: - ps: | # generate sha256 hashes (get-filehash $env:BUILD -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD) -encoding ascii (get-filehash beempy.zip -algorithm SHA256).Hash | out-file "beempy.zip.sha256" -encoding ascii - artifacts: # Archive the generated packages in the ci.appveyor.com build report.