Skip to content

Commit fd47649

Browse files
committed
Update GH workflow
1 parent 6b05860 commit fd47649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
java-version: '17'
2424
- name: Run builds
2525
run: |
26+
mkdir --parents "$HOME/.local/bin"
2627
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"
2728
chmod u+x "$HOME/.local/bin/protoc-gen-js"
2829
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"

0 commit comments

Comments
 (0)