Skip to content

Commit

Permalink
Merge pull request #11 from rayspock/fix/fail-to-release-go-binary
Browse files Browse the repository at this point in the history
🐛 Fix the name of license pass in the extra_files
  • Loading branch information
rayspock committed Apr 29, 2023
2 parents 0d84b9a + c812ecc commit 3f0acef
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 @@ -41,5 +41,5 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "go.mod"
extra_files: LICENSE.txt README.md .env.example
extra_files: LICENSE README.md .env.example
asset_name: "${{ env.REPOSITORY_NAME }}_${{ env.RELEASE_TAG }}_${{ env.OS_NAME }}_${{ env.ARCH_NAME }}"

0 comments on commit 3f0acef

Please sign in to comment.