aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.changes
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-25 03:06:16 +0800
committer苏向夜 <fu050409@163.com>2026-02-25 03:06:16 +0800
commitf6fd0bd512497352547d5b6a7837442d45ff06eb (patch)
treef561ae43515113fbd5bda836986f37549c28e3be /.changes
parent0fe8cecfb9addfb77823cae5078282755eaede27 (diff)
downloadDropOut-f6fd0bd512497352547d5b6a7837442d45ff06eb.tar.gz
DropOut-f6fd0bd512497352547d5b6a7837442d45ff06eb.zip
fix(ci): fix aur release script path
Diffstat (limited to '.changes')
-rw-r--r--.changes/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.changes/config.toml b/.changes/config.toml
index 29d2fee..051bf85 100644
--- a/.changes/config.toml
+++ b/.changes/config.toml
@@ -33,7 +33,7 @@ User-Agent = "Semifold 0.2.10"
[[resolver.rust.publish]]
command = "pnpm"
-args = ["tsx", "scripts/release-aur.ts"]
+args = ["tsx", "../scripts/release-aur.ts"]
[[resolver.rust.post-version]]
command = "pnpm"