From 6662026f8ce27718e278fa0388994616b0f6b635 Mon Sep 17 00:00:00 2001 From: Haruka Hino <50916658+nukopal@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:00:49 +0900 Subject: [PATCH] modify path in proto.mk to fix jeremyje/coretemp-exporter/issues/90 --- .github/workflows/ci.yaml | 2 +- proto.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8d70406..44ebca6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: generate_release_notes: true - draft: false + draft: true prerelease: false files: | LICENSE diff --git a/proto.mk b/proto.mk index f3f306b..f76d0a3 100644 --- a/proto.mk +++ b/proto.mk @@ -163,8 +163,8 @@ third_party/grpc_gateway/include/protoc-gen-openapiv2/LICENSE.txt: build/archive (cd $(TOOLCHAIN_DIR)/grpc-gateway-temp/; unzip -q -o grpc-gateway.zip) cp -rf $(TOOLCHAIN_DIR)/grpc-gateway-temp/grpc-gateway-main/protoc-gen-openapiv2/options/*.proto \ $(THIRDPARTY_DIR)/grpc_gateway/include/protoc-gen-openapiv2/options/ - cp -f $(TOOLCHAIN_DIR)/grpc-gateway-temp/grpc-gateway-main/LICENSE.txt \ - $(THIRDPARTY_DIR)/grpc_gateway/include/protoc-gen-openapiv2/LICENSE.txt + cp -f $(TOOLCHAIN_DIR)/grpc-gateway-temp/grpc-gateway-main/LICENSE \ + $(THIRDPARTY_DIR)/grpc_gateway/include/protoc-gen-openapiv2/LICENSE $(FX_FIND) $(THIRDPARTY_DIR)/grpc_gateway/include/protoc-gen-openapiv2/ -type f -name '*BUILD.bazel' -exec rm {} + rm -rf $(TOOLCHAIN_DIR)/grpc-gateway-temp touch $@