aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.changes/config.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-25 12:33:17 +0800
committer苏向夜 <fu050409@163.com>2026-02-25 12:33:17 +0800
commit33b49ed67b8045a2534c805f90d95831a3f9d80b (patch)
tree16a1b940c2afc4d24209bc332ede7abfdc75be7c /.changes/config.toml
parentde978ed58fc15d6af70f340cf0c3c27df8808f28 (diff)
downloadDropOut-33b49ed67b8045a2534c805f90d95831a3f9d80b.tar.gz
DropOut-33b49ed67b8045a2534c805f90d95831a3f9d80b.zip
fix(smif): fix aur script path
Diffstat (limited to '.changes/config.toml')
-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"