Skip to content

Commit

Permalink
ci: Run generate command in cmd directory (really? maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Jul 30, 2022
1 parent 81fae0b commit 9194c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: 1.17
project_path: cmd/joinme.click-launcher
pre_command: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.4.0 && cd cmd/joinme.click-launcher && go generate
pre_command: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.4.0 && pushd cmd/joinme.click-launcher && go generate && popd
extra_files: config.example.yaml
sha256sum: true
overwrite: true

0 comments on commit 9194c27

Please sign in to comment.