Skip to content

Commit

Permalink
.github: include windows output in release artifacts
Browse files Browse the repository at this point in the history
I missed this in #106

Updates tailscale/corp#24680

Signed-off-by: M. J. Fromberger <fromberger@tailscale.com>
  • Loading branch information
creachadair committed Dec 6, 2024
1 parent 0182e6f commit 06a4e4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,11 @@ jobs:
upload_release:
strategy:
matrix:
GOOS: ["linux", "darwin"]
GOOS: ["linux", "darwin", "windows"]
GOARCH: ["amd64", "arm64"]
exclude:
- GOOS: windows
GOARCH: arm64
runs-on: ubuntu-20.04
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
needs: [create_release]
Expand Down

0 comments on commit 06a4e4f

Please sign in to comment.