Skip to content

Commit 8c54418

Browse files
committed
Fix again
1 parent ef90406 commit 8c54418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/crate-publishing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
6161
- name: "🚧 Dry-run publish"
6262
uses: actions/upload-artifact@v4
63+
if: contains(matrix.config.os, 'ubuntu')
6364
run: |
6465
cargo test && cargo publish -p unicorn-engine-sys --dry-run --target-dir ./build_uc --allow-dirty && \
6566
cargo publish -p unicorn-engine --dry-run --target-dir ./build_uc_sys --allow-dirty

0 commit comments

Comments
 (0)