|
@@ -145,7 +145,7 @@ if (!snapshot) {
|
|
|
|
|
|
|
|
await $`rm -rf ./dist/aur-opencode-bin`
|
|
await $`rm -rf ./dist/aur-opencode-bin`
|
|
|
const gitEnv: Record<string, string> = process.env["AUR_KEY"]
|
|
const gitEnv: Record<string, string> = process.env["AUR_KEY"]
|
|
|
- ? { GIT_SSH_COMMAND: `ssh -i ${process.env["AUR_KEY"]}` }
|
|
|
|
|
|
|
+ ? { GIT_SSH_COMMAND: `ssh -i "${process.env["AUR_KEY"].trim()}"` }
|
|
|
: {}
|
|
: {}
|
|
|
|
|
|
|
|
await $`git clone ssh://[email protected]/opencode-bin.git ./dist/aur-opencode-bin`.env(
|
|
await $`git clone ssh://[email protected]/opencode-bin.git ./dist/aur-opencode-bin`.env(
|