mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-25 00:48:15 +03:00
fix cache keys
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -267,7 +267,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
./firmware
|
||||
key: ${{ steps.vars.outputs.branch }}
|
||||
key: ${{ github.run_number }}-pack-for-fresh-install
|
||||
|
||||
- name: Set Variables
|
||||
id: vars
|
||||
|
||||
Reference in New Issue
Block a user