use caches from changer

This commit is contained in:
Frank Haverland
2022-09-25 18:59:48 +02:00
parent 2e4023cfd6
commit 5e93f1e8bd

View File

@@ -240,6 +240,13 @@ jobs:
./code/.pio/build/esp32cam/partitions.bin ./code/.pio/build/esp32cam/partitions.bin
./code/.pio/build/esp32cam/bootloader.bin ./code/.pio/build/esp32cam/bootloader.bin
./sd-card/html/version.txt ./sd-card/html/version.txt
key: ${{ github.run_number }}
# import the changes from
- name: Get generated files from cache
uses: actions/cache@v3
with:
path: |
./dist ./dist
key: ${{ github.run_number }}-pack-for-OTA-v2 key: ${{ github.run_number }}-pack-for-OTA-v2