diff options
| author | 2026-02-25 03:06:16 +0800 | |
|---|---|---|
| committer | 2026-02-25 03:06:16 +0800 | |
| commit | f6fd0bd512497352547d5b6a7837442d45ff06eb (patch) | |
| tree | f561ae43515113fbd5bda836986f37549c28e3be /.changes | |
| parent | 0fe8cecfb9addfb77823cae5078282755eaede27 (diff) | |
| download | DropOut-f6fd0bd512497352547d5b6a7837442d45ff06eb.tar.gz DropOut-f6fd0bd512497352547d5b6a7837442d45ff06eb.zip | |
fix(ci): fix aur release script path
Diffstat (limited to '.changes')
| -rw-r--r-- | .changes/config.toml | 2 |
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" |