Skip to content

Commit de34ac3

Browse files
authored
Update action.yml
1 parent 7ed223c commit de34ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ runs:
6767
powershell -Command "Invoke-WebRequest -Uri https://github.com/pressly/goose/releases/download/${tag}/goose_${os}_${arch}.exe -OutFile C:\goose\goose.exe"
6868
else
6969
curl -fsL https://github.com/pressly/goose/releases/download/${tag}/goose_${os}_${arch} > /usr/local/bin/goose
70+
chmod +x /usr/local/bin/goose
7071
fi
7172
fi

0 commit comments

Comments
 (0)