From bd93887a26ab4cff547a461050aa158bb8d7d0dc Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Tue, 15 Oct 2024 18:48:45 +0300 Subject: [PATCH] more power --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbe4af6..ba857aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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