We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94579d5 + 210275a commit fa92082Copy full SHA for fa92082
.github/workflows/prerelease.yml
@@ -61,6 +61,15 @@ jobs:
61
with:
62
path: ${{ github.workspace }}/
63
name: firmware-files-${{ github.sha }}
64
+ - name: Debug - Check downloaded files
65
+ run: |
66
+ echo "=== Working directory ==="
67
+ pwd
68
+ ls -la
69
+ echo "=== All .bin files after download ==="
70
+ find . -name "*.bin" -type f
71
+ echo "=== firmware directory after download ==="
72
+ find firmware -type f 2>/dev/null || echo "No firmware directory found"
73
- name: Prerelease
74
uses: softprops/action-gh-release@v2
75
0 commit comments