Skip to content

chore: split release workflow so the majority happens on Linux #2092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! chore: add retry for apple notarization
  • Loading branch information
deansheather committed Jun 6, 2022
commit 5cf8b28848c8e314f85aa619dabea0ca4c448512
4 changes: 2 additions & 2 deletions .goreleaser-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ release:
# All non-Linux files should just be used as is. We have to import the Linux
# builds so that the docker images get built and package creation works.
extra_files:
- glob: ./artifacts/coder_*_darwin*/coder
- glob: ./artifacts/coder_*_windows*/coder.exe
- glob: ./artifacts/coder_*_darwin_*.zip
- glob: ./artifacts/coder_*_windows_*.zip

snapshot:
name_template: "{{ .Version }}-devel+{{ .ShortCommit }}"