Skip to content

Commit

Permalink
fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 10, 2024
1 parent ba0656f commit 21e3ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/go-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
go-version: ^1.20

- name: Build
working-directory: codegen/rust
working-directory: codegen/go
shell: bash
run: |
go get -v -t -d ./...
Expand Down

0 comments on commit 21e3ef9

Please sign in to comment.