diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 725fe1e..8c641d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,6 +68,7 @@ jobs: repo: ${{ github.repository }} version: ${{ needs.tag.outputs.version }} branch: ${{ needs.tag.outputs.branch }} + exclude-builds: '[{ build: { target: "x86_64-pc-windows-gnu", os: "windows-2019" } }]' artifact-patterns: | ^libzenoh_backend_fs\.(dylib|so)$ ^zenoh_backend_fs\.dll$