We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef90406 commit 8c54418Copy full SHA for 8c54418
.github/workflows/crate-publishing.yml
@@ -60,6 +60,7 @@ jobs:
60
61
- name: "🚧 Dry-run publish"
62
uses: actions/upload-artifact@v4
63
+ if: contains(matrix.config.os, 'ubuntu')
64
run: |
65
cargo test && cargo publish -p unicorn-engine-sys --dry-run --target-dir ./build_uc --allow-dirty && \
66
cargo publish -p unicorn-engine --dry-run --target-dir ./build_uc_sys --allow-dirty
0 commit comments