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.
1 parent 6bef8c9 commit f61e7eeCopy full SHA for f61e7ee
.github/workflows/parallel_build.yaml
@@ -73,6 +73,12 @@ jobs:
73
path: slave_firmware
74
- name: Create complete framework
75
run: |
76
+ echo "Listing current directory:"
77
+ ls -la
78
+ echo "Listing slave_firmware directory:"
79
+ ls -la slave_firmware/ || echo "slave_firmware directory not found"
80
+ echo "Listing dist directory:"
81
+ ls -la dist/ || echo "dist directory not found"
82
mkdir -p out dist/framework-arduinoespressif32
83
# Combine all target builds
84
for zip_file in dist/artifacts-*/framework-arduinoespressif32-*.zip; do
0 commit comments