Skip to content

Commit

Permalink
fix: Change project path on compiling GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed Feb 16, 2024
1 parent 5ab1ea9 commit faa5993
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 @@ -38,7 +38,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.21.6.linux-amd64.tar.gz"
project_path: "./cmd/tekton-exporter"
project_path: "./cmd/"
binary_name: "tekton-exporter"
release_tag: ${{ inputs.release }}
overwrite: true
Expand Down

0 comments on commit faa5993

Please sign in to comment.