Update binaries_dev.yml

This commit is contained in:
Chris Lu
2022-01-19 22:21:17 -08:00
committed by GitHub
parent b3e526ba95
commit 1dced26304

View File

@@ -20,12 +20,12 @@ jobs:
assets: | assets: |
weed-* weed-*
build_dev_linux: build_dev_linux_windows:
needs: cleanup needs: cleanup
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
goos: [linux] goos: [linux, windows]
goarch: [amd64] goarch: [amd64]
steps: steps: