Skip to content

Commit

Permalink
chore: fix exclude-builds pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Nov 8, 2024
1 parent ba48cff commit e1a8899
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: '[{ build: { target: "x86_64-unknown-linux-musl", os: "ubuntu-20.04" }, { target: "aarch64-unknown-linux-musl", os: "ubuntu-20.04" } }]'
exclude-builds: '[{ build: { target: "x86_64-unknown-linux-musl" } }, { build: { target: "aarch64-unknown-linux-musl" } }]'
artifact-patterns: |
^libzenoh_plugin_remote_api(2)?\.(dylib|so)$
^zenoh_plugin_remote_api(2)?\.dll$
Expand Down

0 comments on commit e1a8899

Please sign in to comment.