Skip to content

Commit

Permalink
Choco verification file fixes (#23)
Browse files Browse the repository at this point in the history
* Choco verification file fixes

* CI Build Fix
  • Loading branch information
probertdaniel authored Sep 28, 2021
1 parent 9b62eba commit 2d95ac7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
filehash=$(sha256sum $f | awk '{print $1}')
echo "$filename -- $filehash" >> ./${{ env.OUTPUT_DIR }}/${{ env.CHOCO_SRC_DIR }}/VERIFICATION.txt
done
find ./templates -type f |
while read f
do
filename="$(basename $f) [$f]"
filehash=$(sha256sum $f | awk '{print $1}')
echo "$filename -- $filehash" >> ./${{ env.OUTPUT_DIR }}/${{ env.CHOCO_SRC_DIR }}/VERIFICATION.txt
done
- name: Create the Chocolatey package output directory
shell: bash
Expand Down
1 change: 1 addition & 0 deletions VERIFICATION
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ You can use one of the following methods to obtain the checksum from a local fil
- Use chocolatey utility 'checksum.exe'

File 'LICENSE.txt' is obtained from <https://github.com/Azure/aimazure/blob/main/LICENSE>

0 comments on commit 2d95ac7

Please sign in to comment.