Skip to content

Commit

Permalink
more power
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent 95b089c commit bd93887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-win64.zip
mkdir protoc
tar -xf protoc-25.2-win64.zip -C protoc
powershell -Command "Expand-Archive -Path protoc-25.2-win64.zip -DestinationPath protoc"
setx PROTOC "%cd%\protoc\bin\protoc.exe"
shell: bash

Expand Down

0 comments on commit bd93887

Please sign in to comment.