summaryrefslogtreecommitdiff
path: root/deploy.ps1
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-07 15:46:52 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-07 15:46:52 +0800
commit68ab74cf86133742336a464a012f7f8f8ba9b9f2 (patch)
treef96f994ffd61f45c3a741ed0b4806f186f574f42 /deploy.ps1
parente580d5db3cc4146a4e3006492f7ced26b8e8072c (diff)
Move deployment scripts to scripts/deploy directory
Diffstat (limited to 'deploy.ps1')
-rw-r--r--deploy.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.ps1 b/deploy.ps1
index fb51be4..643cc5f 100644
--- a/deploy.ps1
+++ b/deploy.ps1
@@ -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