We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d84d5b commit a4a586bCopy full SHA for a4a586b
.github/workflows/publish-go.yml
@@ -37,8 +37,8 @@ jobs:
37
wget https://github.com/protocolbuffers/protobuf/releases/download/v26.0/protoc-26.0-linux-x86_64.zip
38
unzip protoc-26.0-linux-x86_64.zip -d $HOME/protoc
39
40
- - name: Create output directory
41
- run: mkdir -p ./api
+ - name: Create output directory
+ run: mkdir -p ./api
42
43
44
- name: Generate Go files from Protobuf
0 commit comments