Update download url

pull/8/head
sgoudham 3 years ago
parent 7ccd7fd113
commit 24903a072b

@ -186,7 +186,7 @@ jobs:
formula-name: ${{ env.BIN }} formula-name: ${{ env.BIN }}
formula-path: Formula/${{ env.BIN }}.rb formula-path: Formula/${{ env.BIN }}.rb
homebrew-tap: sgoudham/tap homebrew-tap: sgoudham/tap
download-url: https://github.com/sgoudham/${{ env.BIN }}/releases/download/${{ github.ref }}/${{ env.BIN }}-${{ matrix.target }}.tar.gz download-url: https://github.com/sgoudham/${{ env.BIN }}/releases/download/${{ steps.extract-version.outputs.tag-name }}/${{ env.BIN }}-${{ matrix.target }}.tar.gz
commit-message: | commit-message: |
{{formulaName}} {{version}} {{formulaName}} {{version}}

Loading…
Cancel
Save