use new cache after pack-for-OTA-v2

This commit is contained in:
Frank Haverland
2022-09-25 15:45:35 +02:00
parent d3675f269d
commit 8e39e83c38

View File

@@ -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