Skip to content

Commit

Permalink
Merge pull request #302 from theGreatHerrLebert/theGreatHerrLebert-pa…
Browse files Browse the repository at this point in the history
…tch-5

Update imspy-connector-publish.yml
  • Loading branch information
theGreatHerrLebert authored Jan 6, 2025
2 parents 5b79288 + 9690991 commit d3e63ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/imspy-connector-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:
- name: Build with Maturin
run: |
cd imspy_connector
maturin build --release --target ${{ matrix.target || '' }}
if [ -n "${{ matrix.target }}" ]; then
maturin build --release --target ${{ matrix.target }}
else
maturin build --release
fi
- name: Publish
if: matrix.publish
Expand Down

0 comments on commit d3e63ea

Please sign in to comment.