Skip to content

Commit

Permalink
workflows: Fix project path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbebe committed Oct 10, 2024
1 parent 913bc1e commit 27fe1a0
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 @@ -31,5 +31,5 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: 1.23
binary_name: "fysh"
project_path: "./pkg/go-fysh"
project_path: ./pkg/go-fysh/cmd/fysh.go
extra_files: ./pkg/go-fysh/LICENSE ./pkg/go-fysh/README.md

0 comments on commit 27fe1a0

Please sign in to comment.