mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-30 03:18:13 +03:00
fix cache keys
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -278,7 +278,10 @@ jobs:
|
||||
- name: Prepare artifacts for release
|
||||
run: |
|
||||
mkdir -p release
|
||||
mkdir -p dist
|
||||
# create a update.zip like "update__rolling"
|
||||
pwd
|
||||
ls
|
||||
cd ./dist
|
||||
zip -r ../release/update.zip .
|
||||
cd ../firmware
|
||||
|
||||
Reference in New Issue
Block a user