diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-01-19 22:21:17 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-19 22:21:17 -0800 |
| commit | 1dced263046005768b2a570d29092d0062ab8bf2 (patch) | |
| tree | 2520e52ed3ac6286ff71720089b8f9ebb7ed3ab3 | |
| parent | b3e526ba95d2dfa40e4703e22fc3ad3e414adbde (diff) | |
| download | seaweedfs-1dced263046005768b2a570d29092d0062ab8bf2.tar.xz seaweedfs-1dced263046005768b2a570d29092d0062ab8bf2.zip | |
Update binaries_dev.yml
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 5b34b5f4b..6ade2d2d3 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -20,12 +20,12 @@ jobs: assets: | weed-* - build_dev_linux: + build_dev_linux_windows: needs: cleanup runs-on: ubuntu-latest strategy: matrix: - goos: [linux] + goos: [linux, windows] goarch: [amd64] steps: |
