Skip to content
Snippets Groups Projects
Commit 41b21603 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Push again

parent 66c17c54
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,6 @@ after_test: ...@@ -78,7 +78,6 @@ after_test:
- ps: | # generate sha256 hashes - ps: | # generate sha256 hashes
(get-filehash $env:BUILD -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD) -encoding ascii (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 (get-filehash beempy.zip -algorithm SHA256).Hash | out-file "beempy.zip.sha256" -encoding ascii
artifacts: artifacts:
# Archive the generated packages in the ci.appveyor.com build report. # Archive the generated packages in the ci.appveyor.com build report.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment