mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-26 01:18:27 +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/bootloader.bin
|
||||
./sd-card/html/version.txt
|
||||
key: ${{ github.run_number }}
|
||||
key: ${{ steps.vars.outputs.branch }}
|
||||
|
||||
# import the changes from
|
||||
- name: Get generated files from cache
|
||||
@@ -259,7 +259,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
./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
|
||||
- name: Get generated files from cache
|
||||
@@ -267,7 +267,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
./firmware
|
||||
key: ${{ github.run_number }}-pack-for-fresh-install
|
||||
key: ${{ steps.vars.outputs.branch }}-pack-for-fresh-install
|
||||
|
||||
- name: Set Variables
|
||||
id: vars
|
||||
|
||||
Reference in New Issue
Block a user