Skip to content

Commit

Permalink
ci: adjust formula path in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed Oct 4, 2024
1 parent dc95c35 commit edef638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Update Homebrew Formula
run: |
FORMULA_FILE="Formula/netfetch.rb"
FORMULA_FILE="netfetch.rb"
# Update macOS URL and SHA256
sed -i "s|url \".*darwin_amd64\.tar\.gz\"|url \"https://github.com/deggja/netfetch/releases/download/v${{ env.VERSION }}/netfetch_${{ env.VERSION }}_darwin_amd64.tar.gz\"|" $FORMULA_FILE
Expand Down

0 comments on commit edef638

Please sign in to comment.