зеркало из https://github.com/Azure/aimazure.git
Choco verification file fixes (#23)
* Choco verification file fixes * CI Build Fix
This commit is contained in:
Родитель
9b62eba904
Коммит
2d95ac713b
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче