Skip to content

Commit 1adcce5

Browse files
committed
fix: Typo on unzip option
1 parent 8a9da3d commit 1adcce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Get protoc
3131
run: |
3232
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
33-
sudo unzip -p protoc-*.zip bin/protoc -d /usr/local/bin/
33+
sudo unzip -j protoc-*.zip bin/protoc -d /usr/local/bin/
3434
3535
- name: Patch
3636
run: bash ./patch.sh

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Get protoc
3232
run: |
3333
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
34-
sudo unzip -p protoc-*.zip bin/protoc -d /usr/local/bin/
34+
sudo unzip -j protoc-*.zip bin/protoc -d /usr/local/bin/
3535
3636
- name: Patch
3737
run: bash ./patch.sh

0 commit comments

Comments
 (0)