@@ -192,7 +192,7 @@ jobs:
- name: Prepare artifacts for release
run: |
mkdir -p firmware
- rm -rf firmware/*
+ rm -rf firmware/*.zip
mkdir -p release
# copy builds to firmware folder
cp -f "./code/.pio/build/esp32cam/firmware.bin" "firmware/firmware.bin"
@@ -1,2 +1,6 @@
# Firmware
The firmware got moved to the [Release page](https://github.com/jomjol/AI-on-the-edge-device/releases).
+
+# Installation Guide
+You find the complete installation guide at <https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation>