Skip to content

Commit 917ada4

Browse files
committed
Create output dir in go workflow
1 parent 500f6a4 commit 917ada4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
run: |
3737
wget https://github.com/protocolbuffers/protobuf/releases/download/v26.0/protoc-26.0-linux-x86_64.zip
3838
unzip protoc-26.0-linux-x86_64.zip -d $HOME/protoc
39+
40+
- name: Create output directory
41+
run: mkdir -p ./api
42+
3943

4044
- name: Generate Go files from Protobuf
4145
run: $HOME/protoc/bin/protoc --proto_path=. --go_out=./api --go_opt=paths=source_relative org/polypheny/prism/*.proto

0 commit comments

Comments
 (0)