diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8732e6..60c1548 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: repo: ${{ github.repository }} version: ${{ needs.tag.outputs.version }} branch: ${{ needs.tag.outputs.branch }} + exclude-builds: '["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"]' artifact-patterns: | ^libzenoh_plugin_remote_api(2)?\.(dylib|so)$ ^zenoh_plugin_remote_api(2)?\.dll$