Skip to content

Commit 25529a3

Browse files
committed
fix: workflow
1 parent 5fea7ec commit 25529a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/temp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
echo "Fetched for arm64 -----"
1717
echo "$FETCH"
1818
echo "File for arm64 -----"
19-
FILE=$(brew fetch --force --bottle-tag=arm64_monterey [email protected] | ggrep -oP '(?<=Downloaded to\: ).*')
19+
FILE=$(brew fetch --force --bottle-tag=arm64_monterey [email protected] | ggrep -oP '(?<=Downloaded to\: ).*[email protected]_monterey.bottle.1.tar.gz')
2020
echo "Filed for arm64 -----"
2121
echo "$FILE"
2222
echo "Installing for arm64 -----"

0 commit comments

Comments
 (0)