We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d03651 commit 6e2f49eCopy full SHA for 6e2f49e
1 file changed
.github/workflows/crates.yml
@@ -13,4 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: publish dry-run
16
- run: cargo publish --dry-run --verbose
+ 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