Skip to content

Commit

Permalink
synchronize the linux and windows release process to avoid overwritin…
Browse files Browse the repository at this point in the history
…g the manifest (#1050)
  • Loading branch information
bwagner5 authored Aug 7, 2024
1 parent 2e49a2e commit eb3c7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
releaseWindows:
name: Release Windows
runs-on: windows-2019
needs: [releaseLinux]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand Down

0 comments on commit eb3c7d0

Please sign in to comment.