Skip to content

Commit

Permalink
Add Windows build SHA1 -> SHA256
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Oct 14, 2020
1 parent 5b71df6 commit 4b37463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
Compress-Archive -Path $BUILD_FILE_NAME_PATH -DestinationPath $ZIP_FILE_NAME
mkdir \tmp\artifacts
copy $ZIP_FILE_NAME \tmp\artifacts\
certUtil -hashfile $ZIP_FILE_NAME > \tmp\artifacts\checksum.txt
certUtil -hashfile $ZIP_FILE_NAME > \tmp\artifacts\checksum.txt SHA256
- store_artifacts:
path: /tmp/artifacts
build-macos:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
tar -zcvf ${BUILD_FILE_NAME}.tar.gz ./${BUILD_FILE_NAME};
mkdir /tmp/artifacts;
cp ${BUILD_FILE_NAME}.tar.gz /tmp/artifacts;
esha256sum ${BUILD_FILE_NAME}.tar.gz > /tmp/artifacts/checksum.txt
sha256sum ${BUILD_FILE_NAME}.tar.gz > /tmp/artifacts/checksum.txt
- store_artifacts:
path: /tmp/artifacts

Expand Down

0 comments on commit 4b37463

Please sign in to comment.