Skip to content

Commit 9abad42

Browse files
committed
Update GH workflow
1 parent 3780531 commit 9abad42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
mkdir protoc-plugins
2727
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 > protoc-plugins/protoc-gen-js
2828
curl -sL https://github.com/grpc/grpc-web/releases/download/1.5.0/protoc-gen-grpc-web-1.5.0-linux-x86_64 > protoc-plugins/protoc-gen-grpc-web
29-
chmod 744 protoc-plugins/protoc-gen-*
29+
chmod 755 protoc-plugins/protoc-gen-*
30+
ll "$PWD/protoc-plugins"
3031
echo "$PWD/protoc-plugins" >> "$GITHUB_PATH"
32+
echo $PATH
3133
./.run.builds.sh
3234
- name: Setup Ruby
3335
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)