Skip to content

Commit

Permalink
Merge pull request #314 from ZettaScaleLabs/exlude-win-gnu-target
Browse files Browse the repository at this point in the history
fix: exclude x86_64-pc-windows-gnu target
  • Loading branch information
gabrik authored Jan 31, 2025
2 parents 28de4ec + 8bc1de2 commit 57d03f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down

0 comments on commit 57d03f7

Please sign in to comment.