Skip to content

Commit

Permalink
chore: fix action file
Browse files Browse the repository at this point in the history
  • Loading branch information
forscht committed Apr 21, 2023
1 parent 43e0753 commit 2ea6d05
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 @@ -29,6 +29,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "./watt"
project_path: "./"
binary_name: "watt"
extra_files: LICENSE README.md

0 comments on commit 2ea6d05

Please sign in to comment.