diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:46:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:46:52 +0800 |
| commit | 68ab74cf86133742336a464a012f7f8f8ba9b9f2 (patch) | |
| tree | f96f994ffd61f45c3a741ed0b4806f186f574f42 /deploy.ps1 | |
| parent | e580d5db3cc4146a4e3006492f7ced26b8e8072c (diff) | |
Move deployment scripts to scripts/deploy directory
Diffstat (limited to 'deploy.ps1')
| -rw-r--r-- | deploy.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ if (-not $isccPath) { } # Build -$env:CARGO_BUILD_RERUN_IF_ENV_CHANGED="FORCE_BUILD=$(Get-Date -Format 'mmss')" +$env:FORCE_BUILD=$(Get-Date -Format 'mmss') cargo build --workspace --release if ($LASTEXITCODE -ne 0) { # Build failed |
