sync
This commit is contained in:
parent
8e3e208917
commit
cbcbbe04ef
1 changed files with 10 additions and 4 deletions
14
.github/workflows/publish.yml
vendored
14
.github/workflows/publish.yml
vendored
|
|
@ -234,12 +234,18 @@ jobs:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: opencode-cli
|
name: opencode-cli
|
||||||
path: /tmp/opencode-cli
|
path: packages/opencode/dist
|
||||||
|
|
||||||
- name: Move artifact to correct location
|
- name: Debug - verify artifact contents
|
||||||
run: |
|
run: |
|
||||||
rm -rf packages/opencode/dist
|
echo "Contents of packages/opencode/dist:"
|
||||||
mv /tmp/opencode-cli packages/opencode/dist
|
ls -la packages/opencode/dist/
|
||||||
|
echo ""
|
||||||
|
echo "Looking for opencode binary:"
|
||||||
|
find packages/opencode/dist -name "opencode" -type f 2>/dev/null | head -5
|
||||||
|
echo ""
|
||||||
|
echo "Check if linux-x64 binary exists:"
|
||||||
|
ls -la packages/opencode/dist/opencode-linux-x64/bin/ 2>/dev/null || echo "Directory not found"
|
||||||
|
|
||||||
- name: Setup SSH for AUR
|
- name: Setup SSH for AUR
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue