Skip to content

Commit

Permalink
Merge pull request #91 from nukopal/fix/proto_issue#90
Browse files Browse the repository at this point in the history
modify path in proto.mk to fix #90
  • Loading branch information
jeremyje authored Feb 19, 2024
2 parents 9d3e671 + 6662026 commit 297055a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true
draft: false
draft: true
prerelease: false
files: |
LICENSE
Expand Down
4 changes: 2 additions & 2 deletions proto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 297055a

Please sign in to comment.