Skip to content

Commit

Permalink
Correct discrepancy between generate-go.sh and build-go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Nov 14, 2023
1 parent b2eb5e3 commit 356dd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: go run schemas/main.go --schema-next=false

- name: Run generation
run: kiota generate -l go --ll trace -o $(pwd)/../go-sdk/github/octokit -n go-sdk -d schemas/downloaded.json
run: kiota generate -l go --ll trace -o $(pwd)/../go-sdk/github/octokit -n octokit -d schemas/downloaded.json

- name: Build post-processing
run: go build -o post-processors/go/post-processor post-processors/go/main.go
Expand Down

0 comments on commit 356dd12

Please sign in to comment.