Skip to content

Commit 264f580

Browse files
committed
Update GH workflow
1 parent 8b290a3 commit 264f580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
mkdir --parents "$HOME/.local/bin"
2727
ls -lrta "$HOME/.local/bin"
2828
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"
2930
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"
30-
ls -lrta "$HOME/.local/bin"
31-
chmod 744 "$HOME/.local/bin/protoc-gen-*"
31+
chmod u+x "$HOME/.local/bin/protoc-gen-grpc-web"
3232
./.run.builds.sh
3333
- name: Setup Ruby
3434
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)