Browse Source

Update binaries_dev.yml

pull/2613/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
1dced26304
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/binaries_dev.yml

4
.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:

Loading…
Cancel
Save