Skip to content

Commit

Permalink
Merge pull request #30 from kffl/build/release-files
Browse files Browse the repository at this point in the history
Include README and license in archives with release binaries
  • Loading branch information
kffl authored Nov 19, 2021
2 parents dd95cfa + 463e0e6 commit 037dbc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.17"
goversion: "1.17"
extra_files: LICENSE README.md

0 comments on commit 037dbc9

Please sign in to comment.