Skip to content

Commit

Permalink
Merge pull request #24 from ZettaScaleLabs/exclude-builds
Browse files Browse the repository at this point in the history
fix: correct how exclude-builds is passed
  • Loading branch information
Mallets authored Nov 8, 2024
2 parents 0c7eedc + ba48cff commit ec6bae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +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"]'
exclude-builds: '[{ build: { target: "x86_64-unknown-linux-musl", os: "ubuntu-20.04" }, { target: "aarch64-unknown-linux-musl", os: "ubuntu-20.04" } }]'
artifact-patterns: |
^libzenoh_plugin_remote_api(2)?\.(dylib|so)$
^zenoh_plugin_remote_api(2)?\.dll$
Expand Down

0 comments on commit ec6bae8

Please sign in to comment.