Skip to content

Commit

Permalink
Added extra files to build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewl committed Nov 4, 2023
1 parent 9c0a7db commit 4001274
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
extra_files: config.yaml.example README.md

release-linux-arm7:
name: release linux/arm-7
Expand All @@ -31,6 +32,7 @@ jobs:
goos: linux
goarch: arm
goarm: 7
extra_files: config.yaml.example README.md

release-darwin-amd64:
name: release darwin/amd64
Expand All @@ -42,3 +44,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: darwin
goarch: amd64
extra_files: config.yaml.example README.md

0 comments on commit 4001274

Please sign in to comment.