There was an error while loading. Please reload this page.
1 parent 8b290a3 commit 264f580Copy full SHA for 264f580
.github/workflows/publish.yml
@@ -26,9 +26,9 @@ jobs:
26
mkdir --parents "$HOME/.local/bin"
27
ls -lrta "$HOME/.local/bin"
28
curl -sL https://github.com/protocolbuffers/protobuf-javascript/releases/download/v3.21.4/protobuf-javascript-3.21.4-linux-x86_64.tar.gz | tar xzfO - bin/protoc-gen-js > "$HOME/.local/bin/protoc-gen-js"
29
+ chmod u+x "$HOME/.local/bin/protoc-gen-js"
30
curl -sL https://github.com/grpc/grpc-web/releases/download/1.5.0/protoc-gen-grpc-web-1.5.0-linux-x86_64 > "$HOME/.local/bin/protoc-gen-grpc-web"
- ls -lrta "$HOME/.local/bin"
31
- chmod 744 "$HOME/.local/bin/protoc-gen-*"
+ chmod u+x "$HOME/.local/bin/protoc-gen-grpc-web"
32
./.run.builds.sh
33
- name: Setup Ruby
34
uses: ruby/setup-ruby@v1
0 commit comments