Skip to content

Commit 2c0160f

Browse files
committed
Update GH workflow
1 parent 5faa5e6 commit 2c0160f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: '17'
2424
- name: Run builds
2525
run: |
26-
mkdir protoc-plugins
26+
mkdir --parents "$HOME/.local/bin"
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 > "$HOME/.local/bin/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 > "$HOME/.local/bin/protoc-gen-grpc-web"
2929
chmod 744 "$HOME/.local/bin/protoc-gen-*"

0 commit comments

Comments
 (0)