sync
parent
c38a45e3dc
commit
cadbf2d214
|
|
@ -102,7 +102,6 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ needs.publish.outputs.tag }}
|
||||
|
||||
- uses: apple-actions/import-codesign-certs@v2
|
||||
if: ${{ runner.os == 'macOS' }}
|
||||
|
|
@ -235,7 +234,12 @@ jobs:
|
|||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: opencode-cli
|
||||
path: packages/opencode/dist
|
||||
path: /tmp/opencode-cli
|
||||
|
||||
- name: Move artifact to correct location
|
||||
run: |
|
||||
rm -rf packages/opencode/dist
|
||||
mv /tmp/opencode-cli packages/opencode/dist
|
||||
|
||||
- name: Setup SSH for AUR
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue