Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42acbe9

Browse files
committed
Fix include path in Docker copy command
1 parent 94efa16 commit 42acbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
chmod +x $protoc_path
110110
protoc --version
111111
# Copy the generated files to the include directory.
112-
docker run --rm -v /usr/local/include:/target protoc cp -r "/tmp/include/*" /target/
112+
docker run --rm -v /usr/local/include:/target protoc cp -r /tmp/include/google /target/
113113
chown -R $(id -u):$(id -g) /usr/local/include
114114
ls -la /usr/local/include/google/protobuf/
115115
stat /usr/local/include/google/protobuf/timestamp.proto

0 commit comments

Comments
 (0)