diff options
Diffstat (limited to 'export.sh')
| -rwxr-xr-x | export.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ #!/bin/bash # Build -cargo build --workspace --release - -# Export -cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter +if cargo build --workspace --release; then + # Export + cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter +fi |
