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 500f6a4 commit 917ada4Copy full SHA for 917ada4
.github/workflows/publish-go.yml
@@ -36,6 +36,10 @@ jobs:
36
run: |
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
42
43
44
- name: Generate Go files from Protobuf
45
run: $HOME/protoc/bin/protoc --proto_path=. --go_out=./api --go_opt=paths=source_relative org/polypheny/prism/*.proto
0 commit comments