Skip to content

Commit a5604bb

Browse files
committed
debugging
1 parent 97ad7b7 commit a5604bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,14 @@ jobs:
4141
uses: actions/download-artifact@v4
4242
with:
4343
name: ${{ needs.build-firmware.outputs.firmware_name }}
44-
path: ./
44+
path: ./firmware
45+
46+
- name: Debug - List files
47+
run: |
48+
echo "=== Workspace contents ==="
49+
find . -type f -name "*firmware*" -o -name "*swan*" -o -name "*cygnet*" | head -20
50+
echo "=== firmware directory ==="
51+
ls -la ./firmware/ || echo "firmware directory not found"
4552
4653
- name: Deploy to Notehub
4754
uses: ./

0 commit comments

Comments
 (0)