mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-31 21:59:22 +03:00
fix key of caches
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -251,7 +251,7 @@ 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 }}
|
key: ${{ steps.vars.outputs.branch }}
|
||||||
|
|
||||||
# import the changes from
|
# import the changes from
|
||||||
- name: Get generated files from cache
|
- name: Get generated files from cache
|
||||||
@@ -259,7 +259,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./dist
|
./dist
|
||||||
key: ${{ github.run_number }}-pack-for-OTA-v2
|
key: ${{ steps.vars.outputs.branch }}-pack-for-OTA-v2
|
||||||
|
|
||||||
# import cached artifacts from pack-for-fresh-install
|
# import cached artifacts from pack-for-fresh-install
|
||||||
- name: Get generated files from cache
|
- name: Get generated files from cache
|
||||||
@@ -267,7 +267,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./firmware
|
./firmware
|
||||||
key: ${{ github.run_number }}-pack-for-fresh-install
|
key: ${{ steps.vars.outputs.branch }}-pack-for-fresh-install
|
||||||
|
|
||||||
- name: Set Variables
|
- name: Set Variables
|
||||||
id: vars
|
id: vars
|
||||||
|
|||||||
Reference in New Issue
Block a user