Skip to content

Commit

Permalink
Add Windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 1, 2020
1 parent d4772e7 commit 4fdb744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASS }}

- name: Publish
run: make publish-release
run: make publish-images

- name: Release
uses: goreleaser/goreleaser-action@v2
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ release:
name: evcc
before:
hooks:
- make assets
- make npm assets
builds:
- id: evcc
main: main.go
Expand All @@ -17,6 +17,7 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm
Expand Down

0 comments on commit 4fdb744

Please sign in to comment.