Skip to content

Commit

Permalink
Merge pull request #25 from ZettaScaleLabs/exclude-builds
Browse files Browse the repository at this point in the history
chore: fix exclude-builds pattern
  • Loading branch information
Mallets authored Nov 8, 2024
2 parents ec6bae8 + e1a8899 commit b543ae1
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 b543ae1

Please sign in to comment.