Skip to content

Commit

Permalink
Fixed project path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahbrown41 committed Feb 4, 2024
1 parent f121ec5 commit 95bc417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "./family-dashboard"
project_path: "."
binary_name: "family-dashboard"
extra_files: LICENSE README.md

0 comments on commit 95bc417

Please sign in to comment.