mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
d4d218d7d6
commit
db88bede05
2 changed files with 10 additions and 11 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
|
@ -32,6 +32,12 @@ jobs:
|
|||
with:
|
||||
bun-version: 1.2.16
|
||||
|
||||
- name: Setup SSH for AUR
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
|
||||
- run: |
|
||||
bun install
|
||||
./script/publish.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue