Skip to content

Commit 6e2f49e

Browse files
authored
Update crates.yml
1 parent 8d03651 commit 6e2f49e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/crates.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: publish dry-run
16-
run: cargo publish --dry-run --verbose
16+
run: |
17+
cargo publish --dry-run --verbose --manifest-path unity-native-plugin-sys/Cargo.toml
18+
cargo publish --dry-run --verbose --manifest-path unity-native-plugin/Cargo.toml
19+
cargo publish --dry-run --verbose --manifest-path unity-native-plugin-vulkan/Cargo.toml

0 commit comments

Comments
 (0)