Skip to content

Commit

Permalink
Clean up SHA for chocolatey build
Browse files Browse the repository at this point in the history
  • Loading branch information
varunvd committed Apr 4, 2023
1 parent d5bc7ab commit e400dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_chocolately.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
$lamaUrlSHA64 = Get-FileHash lama264.zip | Select-Object Hash | ft -HideTableHeaders | Out-String
git clone https://github.com/HexmosTech/Lama2-Chocolatey.git LamaChocolatey
cd LamaChocolatey
python3 updateChocolateyPS1.py $lamaUrl $lamaUrlSHA $lamaUrl64 $lamaUrlSHA64
python3 updateChocolateyPS1.py $lamaUrl $lamaUrlSHA.Trim() $lamaUrl64 $lamaUrlSHA64.Trim()
python3 bumpVersion.py $lamaUrl
rm updateChocolateyPS1.py
rm bumpVersion.py
Expand Down

0 comments on commit e400dbf

Please sign in to comment.