fix key caches

This commit is contained in:
Frank Haverland
2022-11-27 12:02:40 +01:00
parent c0ec71d0e1
commit a88308b046

View File

@@ -251,7 +251,7 @@ jobs:
./code/.pio/build/esp32cam/partitions.bin
./code/.pio/build/esp32cam/bootloader.bin
./sd-card/html/version.txt
key: ${{ steps.vars.outputs.branch }}
key: ${{ github.run_number }}
# import the changes from
- name: Get generated files from cache
@@ -267,7 +267,7 @@ jobs:
with:
path: |
./firmware
key: ${{ steps.vars.outputs.branch }}-pack-for-fresh-install
key: ${{ steps.vars.outputs.branch }}
- name: Set Variables
id: vars