We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fea7ec commit 25529a3Copy full SHA for 25529a3
.github/workflows/temp.yml
@@ -16,7 +16,7 @@ jobs:
16
echo "Fetched for arm64 -----"
17
echo "$FETCH"
18
echo "File for arm64 -----"
19
- FILE=$(brew fetch --force --bottle-tag=arm64_monterey [email protected] | ggrep -oP '(?<=Downloaded to\: ).*')
+ FILE=$(brew fetch --force --bottle-tag=arm64_monterey [email protected] | ggrep -oP '(?<=Downloaded to\: ).*[email protected]_monterey.bottle.1.tar.gz')
20
echo "Filed for arm64 -----"
21
echo "$FILE"
22
echo "Installing for arm64 -----"
0 commit comments