|
|
@@ -162,8 +162,12 @@ jobs:
|
|
|
uses: actions/cache@v3
|
|
|
with:
|
|
|
path: |
|
|
|
+ ./code/.pio/build/esp32cam/firmware.bin
|
|
|
+ ./code/.pio/build/esp32cam/partitions.bin
|
|
|
+ ./code/.pio/build/esp32cam/bootloader.bin
|
|
|
+ ./sd-card/html/version.txt
|
|
|
./dist
|
|
|
- key: ${{ github.run_number }}-dist
|
|
|
+ key: ${{ github.run_number }}-pack-for-OTA-v2
|
|
|
|
|
|
|
|
|
|
|
|
@@ -207,15 +211,8 @@ jobs:
|
|
|
./code/.pio/build/esp32cam/partitions.bin
|
|
|
./code/.pio/build/esp32cam/bootloader.bin
|
|
|
./sd-card/html/version.txt
|
|
|
- ./dist
|
|
|
- key: ${{ github.run_number }}
|
|
|
-
|
|
|
- - name: Get generated files from cache
|
|
|
- uses: actions/cache@v3
|
|
|
- with:
|
|
|
- path: |
|
|
|
- ./dist
|
|
|
- key: ${{ github.run_number }}-dist
|
|
|
+ ./dist
|
|
|
+ key: ${{ github.run_number }}-pack-for-OTA-v2
|
|
|
|
|
|
- name: Set Variables
|
|
|
id: vars
|