Skip to content

Commit 0c1f163

Browse files
committed
chore: update Homebrew formula path for fakestack
1 parent edccb5a commit 0c1f163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ jobs:
490490
mkdir -p tap/Formula
491491
492492
# Copy and update formula
493-
cp golang/homebrew/fakestack.rb tap/Formula/fakestack.rb
493+
cp golang/Formula/fakestack.rb tap/Formula/fakestack.rb
494494
495495
# Update version
496496
sed -i "s/version \".*\"/version \"${TAG_VERSION}\"/" tap/Formula/fakestack.rb

0 commit comments

Comments
 (0)