We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed223c commit de34ac3Copy full SHA for de34ac3
action.yml
@@ -67,5 +67,6 @@ runs:
67
powershell -Command "Invoke-WebRequest -Uri https://github.com/pressly/goose/releases/download/${tag}/goose_${os}_${arch}.exe -OutFile C:\goose\goose.exe"
68
else
69
curl -fsL https://github.com/pressly/goose/releases/download/${tag}/goose_${os}_${arch} > /usr/local/bin/goose
70
+ chmod +x /usr/local/bin/goose
71
fi
72
0 commit comments