We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa13040 commit 7a9ea39Copy full SHA for 7a9ea39
.github/workflows/crate-publishing.yml
@@ -58,7 +58,6 @@ jobs:
58
cargo test
59
60
- name: "🚧 Dry-run publish"
61
- uses: actions/upload-artifact@v4
62
if: contains(matrix.config.os, 'ubuntu')
63
run: |
64
cargo test && cargo publish -p unicorn-engine-sys --dry-run --target-dir ./build_uc --allow-dirty && \
0 commit comments