Upload entire dir
All checks were successful
Build Firmware / build (push) Successful in 20s

This commit is contained in:
2025-02-27 17:54:15 +01:00
parent 00786c683d
commit fabf38f1bc

View File

@@ -17,6 +17,12 @@ jobs:
chmod +x compile-with-docker.sh chmod +x compile-with-docker.sh
./compile-with-docker.sh custom ./compile-with-docker.sh custom
- name: Debug files
run: ls -lah
- name: Debug compiled firmware
run: ls -lah compiled-firmware
- name: Upload firmware artifact - name: Upload firmware artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: