fix(cicd): use buf/bin/buf instead of bare buf for binary path
CI/CD Stage / stage (push) Failing after 7m27s
CI/CD Stage / stage (push) Failing after 7m27s
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
esac
|
||||
curl -sSL "https://github.com/bufbuild/buf/releases/download/v${BUF_VERSION}/${BIN}.tar.gz" -o buf.tar.gz
|
||||
tar -xzf buf.tar.gz
|
||||
cp buf /usr/local/bin/buf
|
||||
cp buf/bin/buf /usr/local/bin/buf
|
||||
chmod +x /usr/local/bin/buf
|
||||
rm -rf buf buf.tar.gz buf-bin
|
||||
- name: Lint
|
||||
|
||||
Reference in New Issue
Block a user