Skip to content

Commit eb3c7d0

Browse files
authored
synchronize the linux and windows release process to avoid overwriting the manifest (#1050)
1 parent 2e49a2e commit eb3c7d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
releaseWindows:
3838
name: Release Windows
3939
runs-on: windows-2019
40+
needs: [releaseLinux]
4041
steps:
4142
- name: Set up Go 1.x
4243
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)