Skip to content

Commit

Permalink
fix the entry for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
cubny committed Feb 17, 2024
1 parent 7f439d7 commit b2ca634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v3
with:
name: public
path: public
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
- env:
- CGO_ENABLED=0
binary: lite-reader
main: ./cmd/lite-reader
main: ./cmd
goos:
- linux
- windows
Expand Down

0 comments on commit b2ca634

Please sign in to comment.