Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 88d2417

Browse files
authored
Github release workflow - Fixed generate brew formula call
Fixed the artifact path
1 parent 5bc93f5 commit 88d2417

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
5353
- name: Generate homebrew formula
5454
run: |
55-
poetry run python scripts/gen-brew-formula.py --cli-archive-url "https://github.com/Upsolver/cli/releases/download/${{ github.ref_name }}/upsolver-cli.tar.gz" --compute-hash-from-file dist/
56-
-${{ steps.release-version.outputs.simple }}.tar.gz
55+
poetry run python scripts/gen-brew-formula.py --cli-archive-url "https://github.com/Upsolver/cli/releases/download/${{ github.ref_name }}/upsolver-cli.tar.gz" --compute-hash-from-file ./dist/upsolver_cli-${{ steps.release-version.outputs.simple }}.tar.gz
5756
5857
- name: Create Release
5958
id: create_release

0 commit comments

Comments
 (0)