Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Jul 3, 2024
1 parent ef868ec commit 5d4a8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
-
name: Set Checksum
run: |
shortVersion=$(echo ${{ steps.latesttag.outputs.tag }} | grep -oE '\d{1,2}\.\d{1,2}\.\d{1,2}')
# shortVersion=$(echo "${{ steps.latesttag.outputs.tag }}" | grep -oE '\d{1,2}\.\d{1,2}\.\d{1,2}')
filename="okta-aws-cli_${shortVersion}_windows_386.zip"
url="https://github.com/${{ github.repository }}/releases/download/${{ steps.latesttag.outputs.tag }}/${filename}"
sed -i "s#{ZIPURL}#${url}#g" "nuspec/chocolatey/tools/chocolateyinstall.ps1"
Expand Down

0 comments on commit 5d4a8ee

Please sign in to comment.